More 80386 instructions
This commit is contained in:
parent
f098335db9
commit
f9cb8a5bec
15 changed files with 2873 additions and 1673 deletions
|
|
@ -1654,7 +1654,7 @@ if (DEBUGGER) {
|
|||
* @return {number}
|
||||
*/
|
||||
Debugger.prototype.getRegIndex = function(sReg) {
|
||||
return Debugger.REGS.indexOf(sReg.toUpperCase())
|
||||
return Debugger.REGS.indexOf(sReg.toUpperCase());
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue