From: kramm Date: Tue, 23 Dec 2008 18:43:23 +0000 (+0000) Subject: renamed xxx1 to applytype X-Git-Tag: release-0-9-0~651 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=52bfc16bb70b2e5086f97c45ec2b59339aceb66f;hp=d3d949e93a1ca4acaa4675496e3ea376d1dc4072;p=swftools.git renamed xxx1 to applytype --- 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},