summaryrefslogtreecommitdiffstats
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
commit3d0636914acceafb2d253bb7eb4548eb97fee21e (patch)
tree9719f3ff9922156621f4ff0adca4b2767dca0fac /gas/cgen.c
parent7d5d9f9b31d8079ae2f0ed26fbf8e6d2288bf92d (diff)
downloadppe42-binutils-3d0636914acceafb2d253bb7eb4548eb97fee21e.tar.gz
ppe42-binutils-3d0636914acceafb2d253bb7eb4548eb97fee21e.zip
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'. */
OpenPOWER on IntegriCloud