X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fas3%2Fcode.c;h=6ef68a33e95c27fe49b452dc5f160332a3d8d6e5;hb=7b50420de50a9123799cf7a4d26daf8f2f3eeaa9;hp=acccb6a217ee3250fd9886281334238641ff8bf0;hpb=304c3ef8189390db54827a514dcbd7dbb7df1a6e;p=swftools.git diff --git a/lib/as3/code.c b/lib/as3/code.c index acccb6a..6ef68a3 100644 --- a/lib/as3/code.c +++ b/lib/as3/code.c @@ -201,9 +201,10 @@ opcode_t opcodes[]={ {0x53, "applytype", "n", -1, 1, 0, OP_STACK_ARGS}, /* dummy instructions. Warning: these are not actually supported by flash */ +{0xfb, "__pushpackage__", "s", 0, 1, 0, OP_INTERNAL}, {0xfc, "__rethrow__", "", 0, 0, 0, OP_THROW|OP_INTERNAL}, -{0xfd, "__fallthrough__", "s", 0, 0, 0, OP_INTERNAL}, -{0xfe, "__continue__", "s", 0, 0, 0, OP_RETURN|OP_INTERNAL}, +{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}, };