diff options
Diffstat (limited to 'Include/opcode.h')
-rw-r--r-- | Include/opcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 89813ef..546ad08 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -104,6 +104,7 @@ extern "C" { #define LOAD_GLOBAL 116 /* Index in name list */ +#define CONTINUE_LOOP 119 /* Start of loop (absolute) */ #define SETUP_LOOP 120 /* Target address (absolute) */ #define SETUP_EXCEPT 121 /* "" */ #define SETUP_FINALLY 122 /* "" */ |