diff options
Diffstat (limited to 'gcc/gengenrtl.c')
-rw-r--r-- | gcc/gengenrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index eb3e32728cf..711cede5297 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -395,7 +395,7 @@ PTR xmalloc (nbytes) size_t nbytes; { - register PTR tmp = (PTR) really_call_malloc (nbytes); + PTR tmp = (PTR) really_call_malloc (nbytes); if (!tmp) { |