Fixed PC8080 Debugger compilation error
This commit is contained in:
parent
41f58a0035
commit
34ddef0709
3 changed files with 118 additions and 118 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue