]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Fixed a wrong optimisation switch test, corrected some messages, updated docs
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index a1ae0bdd5ec4f727a2a0d0b666f0f7b66bfee609..782f97c7435826f57d033bcfe60c880335f3e402 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -776,6 +776,7 @@ int main(int argc, char ** argv)
 {
        perm_verb_flag = 0;                             // Clobber "permanent" verbose flag
        legacy_flag = 1;                                // Default is legacy mode on (:-P)
+       optim_flags[OPT_56K_SHORT] = 1; // This ensures compatibilty with Motorola's 56k assembler
 
        cmdlnexec = argv[0];                    // Obtain executable name
        endian = GetEndianess();                // Get processor endianess