check for a small parser bug, too
[swftools.git] / lib / as3 / opcodes.c
index 891d299..dfd29c6 100644 (file)
@@ -953,6 +953,11 @@ code_t* abc_applytype(code_t*prev, int v)
     self->data[0] = (void*)(ptroff_t)v;
     return self;
 }
+code_t* abc___rethrow__(code_t*prev)
+{
+    code_t*self = add_opcode(prev, 0xfc);
+    return self;
+}
 code_t* abc___fallthrough__(code_t*prev, char* name)
 {
     code_t*self = add_opcode(prev, 0xfd);