diff options
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c index 358b7bb1296..a8a1c6e7301 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -1668,7 +1668,7 @@ allocate_reg_info (num_regs, new_p, renumber_p) int i; int size_info; int size_renumber; - int min = (new_p) ? 0 : regno_max+1; + int min = (new_p) ? 0 : regno_max; /* If this message come up, and you want to fix it, then all of the tables like reg_renumber, etc. that use short will have to be found and lengthed |