SRC operands must be fetched before DST operands
This commit is contained in:
parent
9dd582eda8
commit
a254abc7dc
6 changed files with 382 additions and 372 deletions
|
|
@ -2878,13 +2878,12 @@ if (DEBUGGER) {
|
|||
{
|
||||
var sMsg;
|
||||
if (this.flags.running) {
|
||||
sMsg = "halting";
|
||||
if (!fQuiet) this.println("halting");
|
||||
this.stopCPU();
|
||||
} else {
|
||||
if (this.isBusy(true)) return;
|
||||
sMsg = "already halted";
|
||||
if (!fQuiet) this.println("already halted");
|
||||
}
|
||||
if (!fQuiet) this.println(sMsg);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue