diff options
Diffstat (limited to 'src/devices/cpu/jaguar/jagdasm.cpp')
-rw-r--r-- | src/devices/cpu/jaguar/jagdasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/jaguar/jagdasm.cpp b/src/devices/cpu/jaguar/jagdasm.cpp index e5e9cd70882..a12145c23c8 100644 --- a/src/devices/cpu/jaguar/jagdasm.cpp +++ b/src/devices/cpu/jaguar/jagdasm.cpp @@ -69,7 +69,7 @@ static const char *const condition[32] = CODE CODE ***************************************************************************/ -INLINE char *signed_16bit(INT16 val) +static inline char *signed_16bit(INT16 val) { static char temp[10]; if (val < 0) |