From 2bb649fe7cf7ba78657d44fb9a885dfa46cb6cb4 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 16 Aug 1992 14:39:53 +0000 Subject: [PATCH] (print_operand_address): Fix typo. From-SVN: r1861 --- gcc/config/ns32k/ns32k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/ns32k/ns32k.c b/gcc/config/ns32k/ns32k.c index 26051f916c0..1f3b0b4b6d3 100644 --- a/gcc/config/ns32k/ns32k.c +++ b/gcc/config/ns32k/ns32k.c @@ -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; -- 2.30.2