Move innermost_block_tracker global to parse_state
[deliverable/binutils-gdb.git] / gdb / go-exp.y
index 771adc4416b8f1ebe907e64d8e4de85371b903a1..0084b2f7eb6fe6f56cc780be552e7cdcd690b7f1 100644 (file)
@@ -552,7 +552,7 @@ variable:   name_not_typename
                          if (sym.symbol)
                            {
                              if (symbol_read_needs_frame (sym.symbol))
-                               innermost_block.update (sym);
+                               pstate->block_tracker->update (sym);
 
                              write_exp_elt_opcode (pstate, OP_VAR_VALUE);
                              write_exp_elt_block (pstate, sym.block);
This page took 0.024586 seconds and 4 git commands to generate.