From: kramm Date: Mon, 24 Nov 2008 16:13:55 +0000 (+0000) Subject: fixed pushint parameter X-Git-Tag: release-0-9-0~762 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5dd20ed93c0693d4312e492f08dde5221f856ee1 fixed pushint parameter --- diff --git a/lib/as3/code.c b/lib/as3/code.c index 7142d65..5199897 100644 --- a/lib/as3/code.c +++ b/lib/as3/code.c @@ -142,8 +142,8 @@ opcode_t opcodes[]={ {0x24, "pushbyte", "b", 0, 1, 0, 0}, {0x2f, "pushdouble", "f", 0, 1, 0, 0}, //index into floats {0x27, "pushfalse", "", 0, 1, 0, 0}, -{0x2d, "pushint", "i", 0, 1, 0, 0}, //index into ints -{0x31, "pushnamespace", "u", 0, 1, 0, 0}, //index into namespace +{0x2d, "pushint", "I", 0, 1, 0, 0}, //index into ints +{0x31, "pushnamespace", "u", 0, 1, 0, 0}, //index into namespace TODO {0x28, "pushnan", "", 0, 1, 0, 0}, {0x20, "pushnull", "", 0, 1, 0, 0}, {0x30, "pushscope", "", -1, 0, 1, 0},