From 6fd82d2810d8043bb5dd2a2570b5f6338d441891 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Fri, 2 Nov 2012 14:44:33 -0700 Subject: [PATCH] applied callstatic patch from Jos Castellani --- lib/as3/code.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/as3/code.c b/lib/as3/code.c index 3e7ff526..4ac9a69d 100644 --- a/lib/as3/code.c +++ b/lib/as3/code.c @@ -66,7 +66,7 @@ opcode_t opcodes[]={ {0x4c, "callproplex", "2n", -1, 1, 0, OP_STACK_ARGS|OP_STACK_NS}, {0x46, "callproperty", "2n", -1, 1, 0, OP_STACK_ARGS|OP_STACK_NS}, {0x4f, "callpropvoid", "2n", -1, 0, 0, OP_STACK_ARGS|OP_STACK_NS}, -{0x44, "callstatic", "in", -1, 1, 0, OP_STACK_ARGS}, +{0x44, "callstatic", "mn", -1, 1, 0, OP_STACK_ARGS}, {0x45, "callsuper", "2n", -1, 1, 0, OP_STACK_ARGS|OP_STACK_NS}, {0x4e, "callsupervoid", "2n", -1, 0, 0, OP_STACK_ARGS|OP_STACK_NS}, {0x78, "checkfilter", "", -1, 1, 0, 0}, -- 2.11.4.GIT