diff --git a/src/types.h b/src/types.h index 1a9dab7e..29934e9d 100644 --- a/src/types.h +++ b/src/types.h @@ -124,7 +124,7 @@ inline void __cpuid(int CPUInfo[4], int) #define FORCE_INLINE __forceinline #elif defined(__GNUC__) #define FORCE_INLINE inline __attribute__((always_inline)) -#elif +#else #define FORCE_INLINE inline #endif