summaryrefslogtreecommitdiff
path: root/gas/cgen.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-21 15:31:37 +0000
committerNick Clifton <nickc@redhat.com>2005-03-21 15:31:37 +0000
commit315800e95b000da0e69fa1ba18c158961aab6371 (patch)
treea3ee5828c5377c0225ddc4012f033e923718eb75 /gas/cgen.c
parent0a1f4f4ec6c3547a4884396022d86384f24e5139 (diff)
downloadbinutils-redhat-315800e95b000da0e69fa1ba18c158961aab6371.tar.gz
Fix typo introduced byprevious delta.
Diffstat (limited to 'gas/cgen.c')
-rw-r--r--gas/cgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/cgen.c b/gas/cgen.c
index ec3f6920cc..8ba237939f 100644
--- a/gas/cgen.c
+++ b/gas/cgen.c
@@ -359,7 +359,7 @@ gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP)
input_line_pointer = hold;
#ifdef TC_CGEN_PARSE_FIX_EXP
- opinfo = TC_CGEN_PARSE_FIX_EXP (opinfo_1, & exp);
+ opinfo_1 = TC_CGEN_PARSE_FIX_EXP (opinfo_1, & exp);
#endif
/* FIXME: Need to check `want'. */