Add 0x0F,0xFF to the ranks of invalid opcodes (as opposed to undefined)

This commit is contained in:
Jeff Parsons 2015-07-16 14:10:23 -07:00
commit a6c418ff3f
3 changed files with 19 additions and 2 deletions

View file

@ -4017,7 +4017,6 @@ X86.opGRP4w = function GRP4w()
X86.opInvalid = function opInvalid()
{
X86.fnFault.call(this, X86.EXCEPTION.UD_FAULT);
this.stopCPU();
};
/**