Fix enum flag with Python 3
[deliverable/binutils-gdb.git] / gdb / elfread.c
index 55674f355a6025ffb19f535419ff56d9c1a7b2e8..d4400bbd79bbc669badee97bc20111c1933e838a 100644 (file)
@@ -1006,7 +1006,7 @@ elf_gnu_ifunc_resolver_return_stop (struct breakpoint *b)
   sals_end.nelts = 0;
 
   b->type = bp_breakpoint;
-  update_breakpoint_locations (b, sals, sals_end);
+  update_breakpoint_locations (b, current_program_space, sals, sals_end);
 }
 
 /* A helper function for elf_symfile_read that reads the minimal
This page took 0.026242 seconds and 4 git commands to generate.