diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2008-01-11 16:18:43 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2008-01-11 16:18:43 +0000 |
commit | a4a151e6b1574be36e7bc942aba4880f1c023fa5 (patch) | |
tree | c0b65a00a57a6f3bd2ffb72dafd433015a9e1850 /gas/read.c | |
parent | be8626e05a1d01d9467d67dead4d3b176d0a9cb6 (diff) | |
download | gdb-a4a151e6b1574be36e7bc942aba4880f1c023fa5.zip gdb-a4a151e6b1574be36e7bc942aba4880f1c023fa5.tar.gz gdb-a4a151e6b1574be36e7bc942aba4880f1c023fa5.tar.bz2 |
* read.c (s_space): Declare `repeat' as offsetT.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3168,7 +3168,7 @@ s_space (int mult) if (exp.X_op == O_constant) { - long repeat; + offsetT repeat; repeat = exp.X_add_number; if (mult) |