X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fsh2%2Fsh2.h;h=8c37f43c7f28d3dd0f4787ab419dc18f2ed68db3;hb=913fd1dc89c9c2bbc8b5bf6b5531e64b8ebc4a68;hp=1394f94a98e16d3c03bab700295b2827c20f1e5c;hpb=0185b677364b849e1e11f523d9f025d90ce86770;p=picodrive.git diff --git a/cpu/sh2/sh2.h b/cpu/sh2/sh2.h index 1394f94a..8c37f43c 100644 --- a/cpu/sh2/sh2.h +++ b/cpu/sh2/sh2.h @@ -92,7 +92,7 @@ void sh2_unpack(SH2 *sh2, const unsigned char *buff); int sh2_execute_drc(SH2 *sh2c, int cycles); int sh2_execute_interpreter(SH2 *sh2c, int cycles); -static inline int sh2_execute(SH2 *sh2, int cycles, int use_drc) +static INLINE int sh2_execute(SH2 *sh2, int cycles, int use_drc) { int ret;