Fix typo introduced byprevious delta.
This commit is contained in:
parent
7d5d9f9b31
commit
3d0636914a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-21 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* cgen.c (gas_cgen_parse_operand): Fix typo introduced by
|
||||
previous delta.
|
||||
|
||||
2005-03-21 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.tgt: Handle setting of bfd_gas for fmt=multi targets
|
||||
|
|
|
@ -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'. */
|
||||
|
|
Loading…
Reference in a new issue