Broke the release build (oops)

This commit is contained in:
Jeff Parsons 2015-04-18 12:10:34 -07:00 committed by jeffpar
commit 0fb3d49592
5 changed files with 1213 additions and 1212 deletions

View file

@ -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;