Corrected operand sizes for the "enter" instruction.
This commit is contained in:
parent
ac514e1ad0
commit
68c78e7344
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ static const struct inst db_inst_table[256] = {
|
|||
/*c6*/ { "mov", TRUE, BYTE, op2(I, E), 0 },
|
||||
/*c7*/ { "mov", TRUE, LONG, op2(I, E), 0 },
|
||||
|
||||
/*c8*/ { "enter", FALSE, NONE, op2(Ib, Iw), 0 },
|
||||
/*c8*/ { "enter", FALSE, NONE, op2(Iw, Ib), 0 },
|
||||
/*c9*/ { "leave", FALSE, NONE, 0, 0 },
|
||||
/*ca*/ { "lret", FALSE, NONE, op1(Iw), 0 },
|
||||
/*cb*/ { "lret", FALSE, NONE, 0, 0 },
|
||||
|
|
Loading…
Add table
Reference in a new issue