X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fcode.c;h=04cc8d7df9bab76ff27edfb599da1a026e283d43;hb=dc811a3e72d1926e8a0607b1f0571596c2f4e1a6;hp=9fce3a8f91e132d356905fe00b0cd3eeb6518889;hpb=35b692b1792f584c2b8d69cbbefa7794e3619f86;p=swftools.git diff --git a/lib/as3/code.c b/lib/as3/code.c index 9fce3a8..04cc8d7 100644 --- a/lib/as3/code.c +++ b/lib/as3/code.c @@ -200,7 +200,8 @@ opcode_t opcodes[]={ //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 */ +/* dummy instructions. Warning: these are not actually supported by flash */ +{0xfd, "__fallthrough__", "s", 0, 0, 0, OP_INTERNAL}, {0xfe, "__continue__", "s", 0, 0, 0, OP_RETURN|OP_INTERNAL}, {0xff, "__break__", "s", 0, 0, 0, OP_RETURN|OP_INTERNAL}, };