(untyped_call pattern): Fix typo.
authorTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 15:10:07 +0000 (15:10 +0000)
committerTom Wood <wood@gnu.org>
Tue, 23 Mar 1993 15:10:07 +0000 (15:10 +0000)
From-SVN: r3853

gcc/config/i386/i386.md

index c02b338..e6794cd 100644 (file)
 {
   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);