X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fcode.c;h=51998978b871197699cc7d4c95dc7b05e84e2b6d;hb=f51315b97bddf5214699578ea34285fb9f7d963f;hp=7142d65b3ab1462237ee37386eb57321f30efa90;hpb=1fbdc4be36902dcd15750c35595c989ba4cccce4;p=swftools.git 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},