X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fas3%2Fopcodes.c;h=e8ec223b596f42ae7ac2c7f25a7f431da152659a;hb=73d8cc98d715704a59818e1c2c556b65911e7d85;hp=4197ec3d70bcdcd329adabb6e3c5688169782626;hpb=f51315b97bddf5214699578ea34285fb9f7d963f;p=swftools.git diff --git a/lib/as3/opcodes.c b/lib/as3/opcodes.c index 4197ec3..e8ec223 100644 --- a/lib/as3/opcodes.c +++ b/lib/as3/opcodes.c @@ -929,3 +929,8 @@ code_t* abc_urshift(code_t*prev) code_t*self = add_opcode(prev, 0xa7); return self; } +code_t* abc___break__(code_t*prev) +{ + code_t*self = add_opcode(prev, 0xff); + return self; +}