Cleaned up expression evaluation for improved compatibility with MACRO-10

This commit is contained in:
Jeff 2017-03-12 11:44:38 -07:00 committed by Jeff Parsons
commit 05e09699dd
13 changed files with 1187 additions and 1069 deletions

View file

@ -2426,7 +2426,7 @@ class DebuggerX86 extends Debugger {
* Replace any references first; this means that register references inside the reference
* do NOT need to be prefixed with '@'.
*/
s = this.parseReference(s);
s = this.parseReference(s) || s;
/*
* Replace every @XX (or @XXX), where XX (or XXX) is a register, with the register's value.