Handle "p S::method()::static_var" in the C++ parser
[deliverable/binutils-gdb.git] / gdb / sparc-tdep.c
index 6135e0b9fb6578d0ceaef97cb8aabaa4aa1156ad..1f08865f9aaf08a4b41a7d3cbf09f89702a47962 100644 (file)
@@ -1588,7 +1588,7 @@ sparc_execute_dwarf_cfa_vendor_op (struct gdbarch *gdbarch, gdb_byte op,
   uint64_t reg;
   int size = register_size (gdbarch, 0);
 
-  dwarf2_frame_state_alloc_regs (&fs->regs, 32);
+  fs->regs.alloc_regs (32);
   for (reg = 8; reg < 16; reg++)
     {
       fs->regs.reg[reg].how = DWARF2_FRAME_REG_SAVED_REG;
This page took 0.023799 seconds and 4 git commands to generate.