diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 054372a..8b70bd3 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -4366,8 +4366,8 @@ tfile_open (char *filename, int from_tty) } if (ex.reason < 0) { - /* Pop the partially set up target. */ - pop_target (); + /* Remove the partially set up target. */ + unpush_target (&tfile_ops); throw_exception (ex); } |