1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

Corrected operand sizes for the "enter" instruction.

This commit is contained in:
Rein Klazes 1999-10-31 21:25:11 +00:00 committed by Alexandre Julliard
parent ac514e1ad0
commit 68c78e7344

View file

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