From: Torbjorn Granlund Date: Sun, 16 Aug 1992 14:39:53 +0000 (+0000) Subject: (print_operand_address): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bb649fe7cf7ba78657d44fb9a885dfa46cb6cb4;p=gcc.git (print_operand_address): Fix typo. From-SVN: r1861 --- 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;