diff options
Diffstat (limited to 'gcc/config/s390/s390.h')
-rw-r--r-- | gcc/config/s390/s390.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 9b85fb4..b158339 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -524,7 +524,7 @@ enum reg_class #define REGNO_REG_CLASS(REGNO) (regclass_map[REGNO]) -extern enum reg_class regclass_map[]; /* smalled class containing REGNO */ +extern enum reg_class regclass_map[FIRST_PSEUDO_REGISTER]; /* smalled class containing REGNO */ /* The class value for index registers, and the one for base regs. */ |