summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/jaguar/jagdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/jaguar/jagdasm.cpp')
-rw-r--r--src/devices/cpu/jaguar/jagdasm.cpp2
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)