* read.c (s_space): Declare `repeat' as offsetT.

This commit is contained in:
Andreas Schwab 2008-01-11 16:18:43 +00:00
parent be8626e05a
commit a4a151e6b1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-01-11 Andreas Schwab <schwab@suse.de>
* read.c (s_space): Declare `repeat' as offsetT.
2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (match_template): Check processor support

View File

@ -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)