diff options
Diffstat (limited to 'gcc/except.c')
| -rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index 7cf64cccd02..2d7114ae11b 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -2924,7 +2924,7 @@ eh_regs (pcontext, psp, pra, outgoing) int outgoing ATTRIBUTE_UNUSED; { rtx rcontext, rsp, rra; - int i; + unsigned int i; #ifdef FUNCTION_OUTGOING_VALUE if (outgoing) |

