Fix opcode 0x6A (PUSH imm8)
This commit is contained in:
parent
9128fb234e
commit
74bb240255
128 changed files with 138 additions and 129 deletions
|
|
@ -1432,7 +1432,7 @@ X86.opIMULn = function IMULn()
|
|||
X86.opPUSH8 = function PUSH8()
|
||||
{
|
||||
if (BACKTRACK) this.backTrack.btiMemHi = 0;
|
||||
this.pushWord(this.getIPByte());
|
||||
this.pushWord(this.getIPDisp());
|
||||
this.nStepCycles -= this.cycleCounts.nOpCyclesPushReg;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue