Broke the release build (oops)
This commit is contained in:
parent
829ea73e5d
commit
0fb3d49592
5 changed files with 1213 additions and 1212 deletions
|
|
@ -1202,6 +1202,7 @@ X86CPU.prototype.resetRegs = function()
|
|||
X86CPU.prototype.setAddrSize = function()
|
||||
{
|
||||
if (!I386) {
|
||||
this.getAddr = this.getShort;
|
||||
this.aOpModRegByte = X86ModB.aOpModReg;
|
||||
this.aOpModMemByte = X86ModB.aOpModMem;
|
||||
this.aOpModGrpByte = X86ModB.aOpModGrp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue