diff options
Diffstat (limited to 'gdb/tracectf.c')
-rw-r--r-- | gdb/tracectf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracectf.c b/gdb/tracectf.c index 2c9a749..0c4f66d 100644 --- a/gdb/tracectf.c +++ b/gdb/tracectf.c @@ -1175,7 +1175,7 @@ ctf_target_open (const char *dirname, int from_tty) merge_uploaded_trace_state_variables (&uploaded_tsvs); merge_uploaded_tracepoints (&uploaded_tps); - post_create_inferior (&ctf_ops, from_tty); + post_create_inferior (from_tty); } /* This is the implementation of target_ops method to_close. Destroy |