Add a symbol's value to the computed frag offset, rather than overwriting it.
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 464fce1701da36888920ca2328f670f39a992404..48eef6236c07fb52365e9a19b3ae5bd66cac8c6d 100644 (file)
@@ -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]));
 }
This page took 0.02396 seconds and 4 git commands to generate.