summaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-05-22 05:55:15 +0000
committerNick Clifton <nickc@redhat.com>2005-05-22 05:55:15 +0000
commit8114c332ad491cadcf478580a02cc9837272ad9f (patch)
tree8f8c0132d605c2db41656e78c35d8ebd48bbf935 /gas/config
parent1a9bb66ecb068eb85fb16af554d750bd4bbe840c (diff)
downloadbinutils-redhat-8114c332ad491cadcf478580a02cc9837272ad9f.tar.gz
Fix typo
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-v850.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c
index aca61e959a..a0293616d4 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);