From 8712e5c6f316ecc05df846c3c4488005b2d1f9ea Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Tue, 23 Mar 1993 15:10:07 +0000 Subject: [PATCH] (untyped_call pattern): Fix typo. From-SVN: r3853 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index c02b3384009..e6794cda377 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -4174,7 +4174,7 @@ { rtx addr = operands[1]; - output_asm_insn (AS1 (call,%P0)); + output_asm_insn (AS1 (call,%P0), operands); operands[2] = gen_rtx (REG, SImode, 0); output_asm_insn (AS2 (mov%L2,%2,%1), operands); -- 2.30.2