diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-21 15:31:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-21 15:31:37 +0000 |
commit | 3d0636914acceafb2d253bb7eb4548eb97fee21e (patch) | |
tree | 9719f3ff9922156621f4ff0adca4b2767dca0fac /gas/cgen.c | |
parent | 7d5d9f9b31d8079ae2f0ed26fbf8e6d2288bf92d (diff) | |
download | gdb-3d0636914acceafb2d253bb7eb4548eb97fee21e.zip gdb-3d0636914acceafb2d253bb7eb4548eb97fee21e.tar.gz gdb-3d0636914acceafb2d253bb7eb4548eb97fee21e.tar.bz2 |
Fix typo introduced byprevious delta.
Diffstat (limited to 'gas/cgen.c')
-rw-r--r-- | gas/cgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'. */ |