Change lookup_symbol's block_index parameter type to block_enum
[deliverable/binutils-gdb.git] / gdb / psymtab.c
index 6f9bf7268f500830917335e18251ba1a93a301ff..70d04f86052c6146ea053684728fba1eb1b965c6 100644 (file)
@@ -479,7 +479,7 @@ find_pc_sect_psymbol (struct objfile *objfile,
 
 static struct compunit_symtab *
 psym_lookup_symbol (struct objfile *objfile,
-                   int block_index, const char *name,
+                   block_enum block_index, const char *name,
                    const domain_enum domain)
 {
   const int psymtab_index = (block_index == GLOBAL_BLOCK ? 1 : 0);
This page took 0.024548 seconds and 4 git commands to generate.