--- uae/src/include/sysdeps.h 2018/04/24 17:11:11 1.1.1.9 +++ uae/src/include/sysdeps.h 2018/04/24 17:12:55 1.1.1.10 @@ -389,8 +389,10 @@ extern int console_get (char *, int); #ifndef STATIC_INLINE #if __GNUC__ - 1 > 1 && __GNUC_MINOR__ - 1 >= 0 #define STATIC_INLINE static __inline__ __attribute__ ((always_inline)) +#define NOINLINE __attribute__ ((noinline)) #else #define STATIC_INLINE static __inline__ +#define NOINLINE #endif #endif