]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/go-exp.y
[binutils, ARM, 4/16] BF insns infrastructure with array of relocs in struct arm_it
[thirdparty/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);