summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/asap/asapdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/asap/asapdasm.cpp')
-rw-r--r--src/devices/cpu/asap/asapdasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/asap/asapdasm.cpp b/src/devices/cpu/asap/asapdasm.cpp
index eb16985da1b..676ba850228 100644
--- a/src/devices/cpu/asap/asapdasm.cpp
+++ b/src/devices/cpu/asap/asapdasm.cpp
@@ -35,7 +35,7 @@ static const char *const condition[16] =
CODE CODE
***************************************************************************/
-INLINE char *src2(UINT32 op, int scale)
+static inline char *src2(UINT32 op, int scale)
{
static char temp[20];
if ((op & 0xffe0) == 0xffe0)