Add 0x0F,0xFF to the ranks of invalid opcodes (as opposed to undefined)
This commit is contained in:
parent
31e316d636
commit
a6c418ff3f
3 changed files with 19 additions and 2 deletions
|
|
@ -4017,7 +4017,6 @@ X86.opGRP4w = function GRP4w()
|
|||
X86.opInvalid = function opInvalid()
|
||||
{
|
||||
X86.fnFault.call(this, X86.EXCEPTION.UD_FAULT);
|
||||
this.stopCPU();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue