Add dwarf2_per_objfile parameters to dwarf2_fetch_* functions
[deliverable/binutils-gdb.git] / gdb / parse.c
index b4d9005de55d7281a5aa7bd365e61152d416cb67..d5efe4ab3d8cb4c5107253097e5d75c206442568 100644 (file)
@@ -1340,7 +1340,7 @@ operator_check_standard (struct expression *exp, int pos,
          return 1;
 
        /* Check objfile where is placed the code touching the variable.  */
-       objfile = lookup_objfile_from_block (block);
+       objfile = block_objfile (block);
 
        type = SYMBOL_TYPE (symbol);
       }
This page took 0.023008 seconds and 4 git commands to generate.