cleanup: constify some global data

This commit is contained in:
grischka
2009-07-18 22:07:42 +02:00
parent 94ae3984b0
commit c998985c74
8 changed files with 126 additions and 125 deletions

View File

@ -75,7 +75,7 @@ enum {
#endif
};
int reg_classes[NB_REGS] = {
const int reg_classes[NB_REGS] = {
/* r0 */ RC_INT | RC_R0,
/* r1 */ RC_INT | RC_R1,
/* r2 */ RC_INT | RC_R2,