missed from last commit
[deliverable/binutils-gdb.git] / binutils / wrstabs.c
index b75d6df58450c51a63bdcf75b99e4d53b3d666b9..13f01dac725c18d674bb8dda3288b61d56a867a5 100644 (file)
@@ -1869,7 +1869,7 @@ stab_tag_type (void *p, const char *name, unsigned int id,
 {
   struct stab_write_handle *info = (struct stab_write_handle *) p;
   long index;
-  unsigned int size;
+  unsigned int size = 0;
 
   index = stab_get_struct_index (info, name, id, kind, &size);
   if (index < 0)
This page took 0.023641 seconds and 4 git commands to generate.