X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fcode.c;h=aef16ed5398569ae36a88ef2ed395e3f377ef7e1;hb=75d341a689529da3879676403e43667008ac5820;hp=628f4d833efbc7f36b95b861dc12eb83b81a9c05;hpb=0d9aa72da3824e773f550cf9240690217ff46fa9;p=swftools.git diff --git a/lib/as3/code.c b/lib/as3/code.c index 628f4d8..aef16ed 100644 --- a/lib/as3/code.c +++ b/lib/as3/code.c @@ -200,7 +200,8 @@ opcode_t opcodes[]={ {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}, +{0xfe, "__continue__", "s", 0, 0, 0, OP_RETURN}, +{0xff, "__break__", "s", 0, 0, 0, OP_RETURN}, }; static U8 op2index[256] = {254};