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

@ -42,7 +42,7 @@ enum {
TREG_ST0,
};
int reg_classes[NB_REGS] = {
const int reg_classes[NB_REGS] = {
/* eax */ RC_INT | RC_EAX,
/* ecx */ RC_INT | RC_ECX,
/* edx */ RC_INT | RC_EDX,