aboutsummaryrefslogtreecommitdiff
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
parentUpdate instructions that use the "never" value in the conditional field to use (diff)
downloadbinutils-gdb-3d0636914acceafb2d253bb7eb4548eb97fee21e.tar.gz
binutils-gdb-3d0636914acceafb2d253bb7eb4548eb97fee21e.tar.bz2
binutils-gdb-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 ec3f6920cc8..8ba237939fb 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'. */