diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 516f167a63b..bd984850144 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -134,7 +134,7 @@ static void print_code (code) RTX_CODE code; { - register char *p1; + register const char *p1; for (p1 = GET_RTX_NAME (code); *p1; p1++) { if (*p1 >= 'a' && *p1 <= 'z') |