2002-07-11 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / jv-lang.c
index e221105ed6ff3e58c7764af5f820a269cf8f4090..3afdebdb46727fdbe622493f1c4c167d525a66da 100644 (file)
@@ -106,6 +106,7 @@ get_java_class_symtab (void)
       bl = (struct block *)
        obstack_alloc (&objfile->symbol_obstack, sizeof (struct block));
       BLOCK_NSYMS (bl) = 0;
+      BLOCK_HASHTABLE (bl) = 0;
       BLOCK_START (bl) = 0;
       BLOCK_END (bl) = 0;
       BLOCK_FUNCTION (bl) = NULL;
This page took 0.024677 seconds and 4 git commands to generate.