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

@ -41,7 +41,7 @@ enum {
REG_ST2,
};
int reg_classes[NB_REGS] = {
const int reg_classes[NB_REGS] = {
/* ST0 */ RC_ST | RC_ST0,
/* ST1 */ RC_ST | RC_ST1,
/* ST2 */ RC_ST,