diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-22 05:55:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-22 05:55:15 +0000 |
commit | 45d18c809e5db00460a76d1e7e01ee26a543e5de (patch) | |
tree | 515ae35e5f9ae7811d007635cd1ea8d616e666e7 /gas/config/tc-v850.c | |
parent | 9f45e54b876e1bcfb25f6e64cb88a074b900f21c (diff) | |
download | gdb-45d18c809e5db00460a76d1e7e01ee26a543e5de.zip gdb-45d18c809e5db00460a76d1e7e01ee26a543e5de.tar.gz gdb-45d18c809e5db00460a76d1e7e01ee26a543e5de.tar.bz2 |
Fix typo
Diffstat (limited to 'gas/config/tc-v850.c')
-rw-r--r-- | gas/config/tc-v850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index aca61e95..a029361 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -2341,7 +2341,7 @@ md_apply_fix3 (fixS *fixP, valueT *valueP, segT seg ATTRIBUTE_UNUSED) /* Use the operand's insertion procedure, if present, in order to make sure that the value is correctly stored in the insn. */ - insn = operand->insert (insn, (offsetT) value, message); + insn = operand->insert (insn, (offsetT) value, & message); /* Ignore message even if it is set. */ bfd_putl32 ((bfd_vma) insn, (unsigned char *) where); |