A little more meat on the X86FPU bones
This commit is contained in:
parent
2b1b62d565
commit
a1556df5a5
14 changed files with 801 additions and 81 deletions
|
|
@ -1186,6 +1186,8 @@ X86CPU.prototype.resetRegs = function()
|
|||
this.opFlags = this.opPrefixes = 0;
|
||||
this.regEA = this.regEAWrite = X86.ADDR_INVALID;
|
||||
|
||||
this.segEA = this.segNULL;
|
||||
|
||||
/*
|
||||
* intFlags contains some internal states we use to indicate whether a hardware interrupt (INTFLAG.INTR) or
|
||||
* Trap software interrupt (INTR.TRAP) has been requested, as well as when we're in a "HLT" state (INTFLAG.HALT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue