X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rmac.c;h=4f78759070ef6888b0c7897119e87e34ef396d9e;hb=refs%2Ftags%2Fv2.1.9;hp=8ea0189e02ef740ecce71b59fad8c4b5076140f9;hpb=5c830e8dbf40798d8936a06ba660a167b6410cd9;p=rmac diff --git a/rmac.c b/rmac.c index 8ea0189..4f78759 100644 --- a/rmac.c +++ b/rmac.c @@ -53,7 +53,7 @@ char * cmdlnexec; // Executable name, pointer to ARGV[0] char searchpatha[512] = { 0 }; // Buffer to hold searchpath when specified char * searchpath = NULL; // Search path for include files char defname[] = "noname.o"; // Default output filename -int optim_flags[OPT_COUNT]; // Specific optimisations on/off matrix +int optim_flags[OPT_COUNT_ALL]; // Specific optimisations on/off matrix int activecpu = CPU_68000; // Active 68k CPU (68000 by default) int activefpu = FPU_NONE; // Active FPU (none by default) int org68k_active = 0; // .org switch for 68k (only with RAW output format)