summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arc/arcdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arc/arcdasm.cpp')
-rw-r--r--src/devices/cpu/arc/arcdasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arc/arcdasm.cpp b/src/devices/cpu/arc/arcdasm.cpp
index 752ece7a150..e8c2d425736 100644
--- a/src/devices/cpu/arc/arcdasm.cpp
+++ b/src/devices/cpu/arc/arcdasm.cpp
@@ -180,7 +180,7 @@ static const char *regnames[0x40] =
#define ARC_REGOP_SHIMM ((op & 0x000001ff) >> 0 ) // aka D
-CPU_DISASSEMBLE(arc)
+CPU_DISASSEMBLE(arc)
{
uint32_t op = oprom[0] | (oprom[1] << 8) | (oprom[2] << 16) | (oprom[3] << 24);
op = big_endianize_int32(op);