diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 464fce1..48eef62 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -294,7 +294,7 @@ static void os9k_init_type_vector (tv) struct type **tv; { - int i; + unsigned int i; for (i = 0; i < sizeof (os9k_type_vector) / sizeof (struct type **); i++) tv[i] = (os9k_type_vector[i] == 0 ? 0 : *(os9k_type_vector[i])); } |