Fixed PC8080 Debugger compilation error

This commit is contained in:
Jeff Parsons 2016-04-29 18:07:44 -07:00
commit 34ddef0709
3 changed files with 118 additions and 118 deletions

View file

@ -56,7 +56,7 @@ if (DEBUGGER) {
* aCmds preprocessed commands (from sCmd)
*
* @typedef {{
* addr:(number),
* addr:(number|undefined),
* fTemporary:(boolean|undefined),
* sCmd:(string|undefined),
* aCmds:(Array.<string>|undefined)