Browse Source

Mark hlt as changing eip

Not strictly necessary, as it escapes execution using
MAGIC_CPU_EXCEPTION, but a good idea in case it changes later
Fabian 6 years ago
parent
commit
cf687afe37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gen/x86_table.js

+ 1 - 1
gen/x86_table.js

@@ -197,7 +197,7 @@ const encodings = [
     { opcode: 0xF1, skip: 1, },
     { opcode: 0xF2, prefix: 1, },
     { opcode: 0xF3, prefix: 1, },
-    { opcode: 0xF4, skip: 1, },
+    { opcode: 0xF4, jump: 1, skip: 1, },
     { opcode: 0xF5, },
 
     { opcode: 0xF6, fixed_g: 0, imm8: 1, },