]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Added optimisation switches -o8 and -o9
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 48317499ddf7114a71efdf67555b736a25b20ac6..7b1d97244d843d0b1fd8f71e5d2183f5db2ab93b 100644 (file)
--- a/rmac.h
+++ b/rmac.h
@@ -275,6 +275,8 @@ enum
        OPT_BASE_DISP     = 5,
        OPT_NULL_BRA      = 6,
        OPT_CLR_DX        = 7,
+       OPT_ADDA_ADDQ     = 8,
+       OPT_ADDA_LEA      = 9,
        OPT_COUNT   // Dummy, used to count number of optimisation switches
 };