Slimmed-down ModRegRM decoding (at some potential performance cost)
This commit is contained in:
parent
216d9c081d
commit
49ca936a18
179 changed files with 6200 additions and 57074 deletions
|
|
@ -288,7 +288,7 @@ X86.fnLCR3 = function(l)
|
|||
X86.fnSETcc = function(fnSet)
|
||||
{
|
||||
this.opFlags |= X86.OPFLAG.NOREAD;
|
||||
this.aOpModMemByte[this.getIPByte()].call(this, fnSet);
|
||||
this.decodeModMemByte.call(this, fnSet);
|
||||
this.nStepCycles -= (this.regEA === X86.ADDR_INVALID? 4 : 5);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue