mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix disassembly of call/jmp ModRM.
This commit is contained in:
parent
5594a0c653
commit
88244c6372
@ -318,8 +318,8 @@ local map_opcgroup = {
|
|||||||
testb = { "testBmi", "testBmi", "not", "neg", "mul", "imul", "div", "idiv" },
|
testb = { "testBmi", "testBmi", "not", "neg", "mul", "imul", "div", "idiv" },
|
||||||
testv = { "testVmi", "testVmi", "not", "neg", "mul", "imul", "div", "idiv" },
|
testv = { "testVmi", "testVmi", "not", "neg", "mul", "imul", "div", "idiv" },
|
||||||
incb = { "inc", "dec" },
|
incb = { "inc", "dec" },
|
||||||
incd = { "inc", "dec", "callDmp", "$call farDmp",
|
incd = { "inc", "dec", "callUmp", "$call farDmp",
|
||||||
"jmpDmp", "$jmp farDmp", "pushUm" },
|
"jmpUmp", "$jmp farDmp", "pushUm" },
|
||||||
sldt = { "sldt", "str", "lldt", "ltr", "verr", "verw" },
|
sldt = { "sldt", "str", "lldt", "ltr", "verr", "verw" },
|
||||||
sgdt = { "vm*$sgdt", "vm*$sidt", "$lgdt", "vm*$lidt",
|
sgdt = { "vm*$sgdt", "vm*$sidt", "$lgdt", "vm*$lidt",
|
||||||
"smsw", nil, "lmsw", "vm*$invlpg" },
|
"smsw", nil, "lmsw", "vm*$invlpg" },
|
||||||
|
Loading…
Reference in New Issue
Block a user