diff options
Diffstat (limited to 'sim/ppc/system.h')
-rw-r--r-- | sim/ppc/system.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/system.h b/sim/ppc/system.h index 4a0df87..709d5c5 100644 --- a/sim/ppc/system.h +++ b/sim/ppc/system.h @@ -22,7 +22,11 @@ #ifndef _SYSTEM_H_ #define _SYSTEM_H_ -void system_call +#ifndef INLINE_SYSTEM +#define INLINE_SYSTEM +#endif + +INLINE_SYSTEM void system_call (cpu *processor, unsigned_word cia); |