Fix typo introduced byprevious delta.
authorNick Clifton <nickc@redhat.com>
Mon, 21 Mar 2005 15:31:37 +0000 (15:31 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 21 Mar 2005 15:31:37 +0000 (15:31 +0000)
gas/ChangeLog
gas/cgen.c

index 769bf7b..eca1a0e 100644 (file)
@@ -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
index ec3f692..8ba2379 100644 (file)
@@ -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'.  */