mirror of https://github.com/stella-emu/stella.git
Fix build.
This commit is contained in:
parent
f5bcf94592
commit
9aa40fb150
|
@ -137,7 +137,7 @@ namespace BSPF
|
||||||
#if defined(BSPF_WINDOWS)
|
#if defined(BSPF_WINDOWS)
|
||||||
#define FORCE_INLINE __forceinline
|
#define FORCE_INLINE __forceinline
|
||||||
#else
|
#else
|
||||||
#define FORCE_INLINE __attribute__((always_inline))
|
#define FORCE_INLINE inline __attribute__((always_inline))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Get next power of two greater than or equal to the given value
|
// Get next power of two greater than or equal to the given value
|
||||||
|
|
Loading…
Reference in New Issue