Minor tweaks
This commit is contained in:
parent
73e52134ac
commit
2726514721
2 changed files with 2 additions and 2 deletions
|
|
@ -3546,7 +3546,7 @@ X86.fnFault = function(nFault, nError, fHalt)
|
|||
*
|
||||
* TODO: Throw a special JavaScript exception that cpu.js must intercept and quietly ignore.
|
||||
*/
|
||||
this.opFlags &= ~(X86.OPFLAG.NOREAD | X86.OPFLAG.NOWRITE);
|
||||
this.opFlags |= (X86.OPFLAG.NOREAD | X86.OPFLAG.NOWRITE);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue