From 6756293cc3ccfb7d4af73f0e73e57889325f2ba6 Mon Sep 17 00:00:00 2001 From: Anton Hartl Date: Tue, 16 Feb 1999 13:06:39 -0700 Subject: [PATCH] rs6000.md (call_value): Fix typo. X * rs6000.md (call_value): Fix typo. From-SVN: r25253 --- gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index a8add636f82..f887845827c 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -7586,7 +7586,7 @@ if (GET_CODE (operands[1]) != SYMBOL_REF || (INTVAL (operands[3]) & CALL_LONG) != 0) { - if (INTVAL (operands[2]) & CALL_LONG) + if (INTVAL (operands[3]) & CALL_LONG) operands[1] = rs6000_longcall_ref (operands[1]); if (DEFAULT_ABI == ABI_V4 || DEFAULT_ABI == ABI_AIX_NODESC || DEFAULT_ABI == ABI_SOLARIS) -- 2.30.2