From: Nick Clifton Date: Mon, 21 Mar 2005 15:31:37 +0000 (+0000) Subject: Fix typo introduced byprevious delta. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d0636914acceafb2d253bb7eb4548eb97fee21e;p=binutils-gdb.git Fix typo introduced byprevious delta. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 769bf7bb8d3..eca1a0e3b47 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-03-21 Nick Clifton + + * cgen.c (gas_cgen_parse_operand): Fix typo introduced by + previous delta. + 2005-03-21 Alan Modra * configure.tgt: Handle setting of bfd_gas for fmt=multi targets 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'. */