From 52bfc16bb70b2e5086f97c45ec2b59339aceb66f Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 23 Dec 2008 18:43:23 +0000 Subject: [PATCH] renamed xxx1 to applytype --- lib/as3/code.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/as3/code.c b/lib/as3/code.c index 30143f7..5ce450c 100644 --- a/lib/as3/code.c +++ b/lib/as3/code.c @@ -196,9 +196,8 @@ opcode_t opcodes[]={ {0xa7, "urshift", "", -2, 1, 0, 0}, /* opcodes not documented, but seen in the wild */ -//0x53: seen in builtin.abc- followed by 0x01 (might be the number of stack params) -{0x53, "xxx1", "", -1, 0, 0, 0}, -{0x01, "xxx2", "", 0, 0, 0, 0}, +//0x53: seen in builtin.abc +{0x53, "applytype", "n", -1, 1, 0, OP_STACK_ARGS}, /* dummy instruction. Warning: this one is not actually supported by flash */ {0xff, "__break__", "", 0, 0, 0, OP_RETURN}, -- 1.7.10.4