X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2F32x.c;fp=pico%2F32x%2F32x.c;h=b20ebf3044dead9453bef048669b8069984af4ac;hb=e9a11abb3c8237286fd7b6c4b5048d9eec9b1a1b;hp=51817c0d70ad307450f2be8a6479822c6d5a5169;hpb=b5f5dc1fad9a7876a2d146b1c61d06e64435a86e;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index 51817c0..b20ebf3 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -366,7 +366,7 @@ static void p32x_run_events(unsigned int until) oldest, event_time_next); } -static inline void run_sh2(SH2 *sh2, int m68k_cycles) +static void run_sh2(SH2 *sh2, int m68k_cycles) { int cycles, done;