(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 c02b3384009710a6c09ec65d47ec5e639fe5a479..e6794cda3776f9b39648ffb22fb8ee25b7faa58f 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);