(print_operand_address): Fix typo.
authorTorbjorn Granlund <tege@gnu.org>
Sun, 16 Aug 1992 14:39:53 +0000 (14:39 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Sun, 16 Aug 1992 14:39:53 +0000 (14:39 +0000)
From-SVN: r1861

gcc/config/ns32k/ns32k.c

index 26051f916c097f69e37b810a45ef4cf09b899c47..1f3b0b4b6d3ca5121555663d7e5eae852d94c21d 100644 (file)
@@ -526,7 +526,7 @@ print_operand_address (file, addr)
 #ifdef INDEX_RATHER_THAN_BASE
   /* This is a re-implementation of the SEQUENT_ADDRESS_BUG fix.  */
   if (base && !indexexp && GET_CODE (base) == REG
-      && REG_OK_FOR_INDEX_P (base)
+      && REG_OK_FOR_INDEX_P (base))
     {
       indexexp = base;
       base = 0;