C89 MSVC doesn't support 'inline' - will have to make define for
[picodrive.git] / pico / 32x / 32x.c
index 26162e4..ddb95ec 100644 (file)
@@ -363,7 +363,7 @@ static void p32x_run_events(unsigned int until)
       oldest, event_time_next);
 }
 
-static inline void run_sh2(SH2 *sh2, int m68k_cycles)
+static INLINE void run_sh2(SH2 *sh2, int m68k_cycles)
 {
   int cycles, done;