mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 06:49:22 +00:00
Add more debugging output when opcode tracing is enabled.
modified: src/xc.c
This commit is contained in:
2
src/xc.c
2
src/xc.c
@@ -293,7 +293,7 @@ nextopcode:
|
|||||||
#endif /* MYOPTRACE */
|
#endif /* MYOPTRACE */
|
||||||
|
|
||||||
OPTPRINT(
|
OPTPRINT(
|
||||||
("PC= 0x%x op= 0%o TOS= 0x%x\n", (int)PCMAC, Get_BYTE_PCMAC0, TOPOFSTACK));
|
("PC= 0x%x (fn+%d) op= 0%o TOS= 0x%x\n", (int)PCMAC, (int)PCMAC - (int)FuncObj, Get_BYTE_PCMAC0, TOPOFSTACK));
|
||||||
#ifdef MYOPTRACE
|
#ifdef MYOPTRACE
|
||||||
}
|
}
|
||||||
#endif /* MYOPTRACE */
|
#endif /* MYOPTRACE */
|
||||||
|
|||||||
Reference in New Issue
Block a user