1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00

Reduce verbosity of opcode tracing so that trace files are more manageable size.

modified:   src/xc.c
This commit is contained in:
Nick Briggs 2017-06-14 18:06:04 -07:00
parent 97d4ba3a0e
commit f4c3e56a82

View File

@ -289,7 +289,7 @@ nextopcode:
#endif /* MYOPTRACE */
OPTPRINT(
("Dispatch, PC = 0x%x, op = 0%o. TOS = 0x%x.\n", (int)PCMAC, Get_BYTE_PCMAC0, TOPOFSTACK));
("PC= 0x%x op= 0%o TOS= 0x%x\n", (int)PCMAC, Get_BYTE_PCMAC0, TOPOFSTACK));
#ifdef MYOPTRACE
}
#endif /* MYOPTRACE */