X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rmac.h;h=dddaca1011af8b54aeba0063589e9de4adb79619;hb=5b53a2a9e5340f11db9670cda34c4da4fd19ea85;hp=985d85190ad06f76fdff9d08276ca8b5d08a815e;hpb=d000ce6bab53cf40e7fdde28f668b2a52d988520;p=rmac diff --git a/rmac.h b/rmac.h index 985d851..dddaca1 100644 --- a/rmac.h +++ b/rmac.h @@ -295,9 +295,11 @@ enum OPT_CLR_DX = 7, OPT_ADDA_ADDQ = 8, OPT_ADDA_LEA = 9, + OPT_56K_SHORT = 10, + OPT_56K_AUTO_LONG = 11, OPT_COUNT, // Dummy, used to count number of optimisation switches // These will be unaffected by "Oall" - OPT_PC_RELATIVE = 11, // Enforce PC relative + OPT_PC_RELATIVE = 30, // Enforce PC relative OPT_COUNT_ALL // Dummy, used to count all switches };