diff options
Diffstat (limited to 'src/devices/cpu/mips/r3kdasm.cpp')
-rw-r--r-- | src/devices/cpu/mips/r3kdasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mips/r3kdasm.cpp b/src/devices/cpu/mips/r3kdasm.cpp index 78521a9679f..ed0da525a98 100644 --- a/src/devices/cpu/mips/r3kdasm.cpp +++ b/src/devices/cpu/mips/r3kdasm.cpp @@ -82,7 +82,7 @@ static const char *const ccreg[4][32] = CODE CODE ***************************************************************************/ -INLINE char *signed_16bit(INT16 val) +static inline char *signed_16bit(INT16 val) { static char temp[10]; if (val < 0) |