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

Make opcode_table (names of opcodes) visible as useful debug aid.

This commit is contained in:
Nick Briggs 2021-10-29 10:02:47 -07:00
parent 19688bc314
commit 6c241f1eaa

View File

@ -424,7 +424,7 @@ void dump_fnobj(LispPTR index)
/************************************************************************/
/* Opcode names, by opcode */
static const char *opcode_table[256] = {
const char *opcode_table[256] = {
"-X-",
"CAR",
"CDR",