From cade9c8a459e4fd2f8a781eed21991e2487f90ee Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Jan 2023 06:39:07 -0700 Subject: Convert set_block_compunit_symtab to method This converts set_block_compunit_symtab to be a method. This was mostly written by script. --- gdb/jit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/jit.c') diff --git a/gdb/jit.c b/gdb/jit.c index 48bfef0..f584438 100644 --- a/gdb/jit.c +++ b/gdb/jit.c @@ -623,7 +623,7 @@ finalize_symtab (struct gdb_symtab *stab, struct objfile *objfile) bv->set_block (i, new_block); if (i == GLOBAL_BLOCK) - set_block_compunit_symtab (new_block, cust); + new_block->set_compunit_symtab (cust); } /* Fill up the superblock fields for the real blocks, using the -- cgit v1.1