debbuging failure to read from builtin map

This commit is contained in:
Francesco Cozzuto
2021-11-03 15:22:59 +01:00
parent d4e9eb23d3
commit 0157d28f67
16 changed files with 266 additions and 29 deletions
+2
View File
@@ -37,6 +37,7 @@ typedef enum {
OPCODE_ASS,
OPCODE_POP,
OPCODE_CALL,
OPCODE_INSERT,
OPCODE_PUSHINT,
OPCODE_PUSHFLT,
OPCODE_PUSHSTR,
@@ -45,6 +46,7 @@ typedef enum {
OPCODE_PUSHFLS,
OPCODE_PUSHNNE,
OPCODE_PUSHFUN,
OPCODE_PUSHLST,
OPCODE_RETURN,
OPCODE_JUMPIFANDPOP,
OPCODE_JUMPIFNOTANDPOP,