From d84ffc0cfaf35178d38e44d6c90e40dfb51eb981 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 10 Jan 2011 09:40:32 +0100 Subject: [PATCH] Compile fix in types.h Signed-off-by: Marco Costalba --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2