diff options
Diffstat (limited to 'gcc/config/sparc/sparc.h')
| -rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 0eb98cc..e18fb14 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -1091,7 +1091,7 @@ while (0) /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE. See sparc.c for how we initialize this. */ -extern int *hard_regno_mode_classes; +extern const int *hard_regno_mode_classes; extern int sparc_mode_class[]; /* ??? Because of the funny way we pass parameters we should allow certain |
