summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32025/32025dsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32025/32025dsm.cpp')
-rw-r--r--src/devices/cpu/tms32025/32025dsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms32025/32025dsm.cpp b/src/devices/cpu/tms32025/32025dsm.cpp
index 9bc8f90812f..b8ad14415c3 100644
--- a/src/devices/cpu/tms32025/32025dsm.cpp
+++ b/src/devices/cpu/tms32025/32025dsm.cpp
@@ -351,7 +351,7 @@ tms32025_disassembler::tms32025_disassembler()
ops[0],ops[1],bit);
}
while (isspace((uint8_t)*p)) p++;
- Op.emplace_back(bits, mask, *p, ops[0], ops[1]);
+ Op.emplace_back(mask, bits, *p, ops[0], ops[1]);
ops += 2;
i++;