Fix disassembly of call/jmp ModRM.

This commit is contained in:
Mike Pall 2010-03-07 14:28:05 +01:00
parent 5594a0c653
commit 88244c6372

View File

@ -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" },