X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fopcodes.h;h=67698bc44b59f50928a135fc4ff85697f07cab65;hb=0263ce360bed1a321157bb8d9d1f67a3b33b816d;hp=d068e3cd590cf2efa9dd60d340f378afb5219006;hpb=f51315b97bddf5214699578ea34285fb9f7d963f;p=swftools.git diff --git a/lib/as3/opcodes.h b/lib/as3/opcodes.h index d068e3c..67698bc 100644 --- a/lib/as3/opcodes.h +++ b/lib/as3/opcodes.h @@ -327,4 +327,6 @@ code_t* abc_typeof(code_t*prev); #define typeof(method) (method->code = abc_typeof(method->code)) code_t* abc_urshift(code_t*prev); #define urshift(method) (method->code = abc_urshift(method->code)) +code_t* abc___break__(code_t*prev); +#define __break__(method) (method->code = abc___break__(method->code)) #endif