diff --git a/lib/dis_x86.lua b/lib/dis_x86.lua index a5e3b202..ee63d907 100644 --- a/lib/dis_x86.lua +++ b/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" },