Assorted changes after upgrading WebStorm and Node
This commit is contained in:
parent
ca8fa1e5ee
commit
8ac1219c13
7 changed files with 19 additions and 22 deletions
|
|
@ -2075,7 +2075,7 @@ if (DEBUGGER) {
|
|||
this.nCycles = 0;
|
||||
this.cpu.setError(e.message || e);
|
||||
}
|
||||
} while (this.cpu.opFlags & X86.OPFLAG.PREFIXES);
|
||||
} while (this.cpu.opFlags & X86.OPFLAG_PREFIXES);
|
||||
|
||||
/*
|
||||
* Because we called cpu.stepCPU() and not cpu.runCPU(), we must nudge the cpu's update code,
|
||||
|
|
|
|||
Loading…
Reference in a new issue