diff options
Diffstat (limited to 'gdb/solib-sunos.c')
-rw-r--r-- | gdb/solib-sunos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-sunos.c b/gdb/solib-sunos.c index 0717607..ef6e411 100644 --- a/gdb/solib-sunos.c +++ b/gdb/solib-sunos.c @@ -786,7 +786,7 @@ sunos_solib_create_inferior_hook (void) if (gdbarch_decr_pc_after_break (current_gdbarch)) { stop_pc -= gdbarch_decr_pc_after_break (current_gdbarch); - write_register (PC_REGNUM, stop_pc); + write_pc (stop_pc); } if (!disable_break ()) |