diff options
author | Tom Wood <wood@gnu.org> | 1993-03-23 15:10:07 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1993-03-23 15:10:07 +0000 |
commit | 8712e5c6f316ecc05df846c3c4488005b2d1f9ea (patch) | |
tree | 2cd67126793b6b3a9ec64a2a60aa5345ea44efff | |
parent | dcf76ffff585326ba57c166f20f39469e568675f (diff) | |
download | gcc-8712e5c6f316ecc05df846c3c4488005b2d1f9ea.zip gcc-8712e5c6f316ecc05df846c3c4488005b2d1f9ea.tar.gz gcc-8712e5c6f316ecc05df846c3c4488005b2d1f9ea.tar.bz2 |
(untyped_call pattern): Fix typo.
From-SVN: r3853
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index c02b338..e6794cd 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); |