getOpcode() can now handle infinite indirections without starving the emulator
This commit is contained in:
parent
ed4c031035
commit
6cf141baf9
5 changed files with 259 additions and 249 deletions
|
|
@ -4210,6 +4210,7 @@ PDP10.opIO = function(op)
|
|||
PDP10.opUndefined = function(op)
|
||||
{
|
||||
this.println("undefined opcode: " + Str.toOct(op));
|
||||
this.advancePC(-1);
|
||||
this.stopCPU();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue