regenerated
[swftools.git] / lib / as3 / opcodes.h
index 606df95..ef9aa6d 100644 (file)
@@ -489,12 +489,9 @@ code_t* abc_typeof(code_t*prev);
 code_t* abc_urshift(code_t*prev);
 #define urshift(method) (method->code = abc_urshift(method->code))
 #define OPCODE_URSHIFT 0xa7
-code_t* abc_xxx1(code_t*prev);
-#define xxx1(method) (method->code = abc_xxx1(method->code))
-#define OPCODE_XXX1 0x53
-code_t* abc_xxx2(code_t*prev);
-#define xxx2(method) (method->code = abc_xxx2(method->code))
-#define OPCODE_XXX2 0x01
+code_t* abc_applytype(code_t*prev, int v);
+#define applytype(method,v) (method->code = abc_applytype(method->code,v))
+#define OPCODE_APPLYTYPE 0x53
 code_t* abc___break__(code_t*prev);
 #define __break__(method) (method->code = abc___break__(method->code))
 #define OPCODE___BREAK__ 0xff