Nit fix.
authorAlan Modra <amodra@gmail.com>
Tue, 12 Oct 1999 11:07:34 +0000 (11:07 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 12 Oct 1999 11:07:34 +0000 (11:07 +0000)
gas/ChangeLog
gas/config/tc-i386.c

index c3dd052..46f9b35 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-12  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * config/tc-i386.c (i386_index_check): Correct #endif location.
+
 Mon Oct 11 14:02:40 1999  Geoffrey Keating  <geoffk@cygnus.com>
 
        * as.c (show_usage): Document new options.
index 7397f43..1d8f07c 100644 (file)
@@ -3067,11 +3067,11 @@ i386_index_check (operand_string)
          fudged = 1;
          goto tryprefix;
        }
-#endif
       if (fudged)
        as_bad (_("`%s' is not a valid base/index expression"),
                operand_string);
       else
+#endif
        as_bad (_("`%s' is not a valid %s bit base/index expression"),
                operand_string,
                flag_16bit_code ^ (i.prefix[ADDR_PREFIX] != 0) ? "16" : "32");