summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/i386dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i386/i386dasm.cpp')
-rw-r--r--src/devices/cpu/i386/i386dasm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/i386/i386dasm.cpp b/src/devices/cpu/i386/i386dasm.cpp
index 02df10a6e5a..374f2a24a41 100644
--- a/src/devices/cpu/i386/i386dasm.cpp
+++ b/src/devices/cpu/i386/i386dasm.cpp
@@ -269,9 +269,9 @@ const i386_disassembler::I386_OPCODE i386_disassembler::i386_opcode_table1[256]
// 0xf0
{"lock", 0, 0, 0, 0 },
{"???", 0, 0, 0, 0 },
- {"repne", PREFIX, 0, 0, 0 },
+ {"repne", PREFIX, 0, 0, 0, STEP_OVER},
{"rep", PREFIX, 0, 0, 0, STEP_OVER},
- {"hlt", 0, 0, 0, 0, STEP_OVER},
+ {"hlt", 0, 0, 0, 0 },
{"cmc", 0, 0, 0, 0 },
{"groupF6", GROUP, 0, 0, 0 },
{"groupF7", GROUP, 0, 0, 0 },