OSDN Git Service

(print_operand_address): Fix typo.
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Aug 1992 14:39:53 +0000 (14:39 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Aug 1992 14:39:53 +0000 (14:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1861 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/ns32k/ns32k.c

index 26051f9..1f3b0b4 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;