diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 277399a..0673d9c 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -940,7 +940,7 @@ When the function is done executing, GDB will silently stop."), user. */ if (terminate_bp != NULL - && (inferior_thread()->stop_bpstat->breakpoint_at->address + && (inferior_thread ()->stop_bpstat->breakpoint_at->address == terminate_bp->loc->address)) { /* We must get back to the frame we were before the |