--- uae/src/md-68k/m68k.h 2018/04/24 16:40:31 1.1 +++ uae/src/md-68k/m68k.h 2018/04/24 16:49:41 1.1.1.2 @@ -29,7 +29,7 @@ extern struct flag_struct regflags; #define VFLG (regflags.v) #define XFLG (regflags.x) -static __inline__ int cctrue(const int cc) +STATIC_INLINE int cctrue(const int cc) { switch(cc){ case 0: return 1; /* T */