summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp/rsp_dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rsp/rsp_dasm.cpp')
-rw-r--r--src/devices/cpu/rsp/rsp_dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rsp/rsp_dasm.cpp b/src/devices/cpu/rsp/rsp_dasm.cpp
index bf56b240652..d4ade625904 100644
--- a/src/devices/cpu/rsp/rsp_dasm.cpp
+++ b/src/devices/cpu/rsp/rsp_dasm.cpp
@@ -57,7 +57,7 @@ static const char *const element2[16] =
"00000000", "11111111", "22222222", "33333333", "44444444", "55555555", "66666666", "77777777"
};
-INLINE char *signed_imm16(UINT32 op)
+static inline char *signed_imm16(UINT32 op)
{
static char temp[10];
INT16 value = op & 0xffff;