From: Nick Clifton Date: Mon, 21 Mar 2005 15:31:37 +0000 (+0000) Subject: Fix typo introduced byprevious delta. X-Git-Tag: csl-arm-20050325-branchpoint~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d0636914acceafb2d253bb7eb4548eb97fee21e;p=thirdparty%2Fbinutils-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'. */