mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03:09 +00:00
Compile fix in types.h
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
caa02b0e43
commit
d84ffc0cfa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue