Browse Source

Fix disassembly of call/jmp ModRM.

Mike Pall 15 years ago
parent
commit
88244c6372
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/dis_x86.lua

+ 2 - 2
lib/dis_x86.lua

@@ -318,8 +318,8 @@ local map_opcgroup = {
   testb = { "testBmi", "testBmi", "not", "neg", "mul", "imul", "div", "idiv" },
   testv = { "testVmi", "testVmi", "not", "neg", "mul", "imul", "div", "idiv" },
   incb = { "inc", "dec" },
-  incd = { "inc", "dec", "callDmp", "$call farDmp",
-	   "jmpDmp", "$jmp farDmp", "pushUm" },
+  incd = { "inc", "dec", "callUmp", "$call farDmp",
+	   "jmpUmp", "$jmp farDmp", "pushUm" },
   sldt = { "sldt", "str", "lldt", "ltr", "verr", "verw" },
   sgdt = { "vm*$sgdt", "vm*$sidt", "$lgdt", "vm*$lidt",
 	   "smsw", nil, "lmsw", "vm*$invlpg" },