diff options
Diffstat (limited to 'gdb/break-catch-exec.c')
-rw-r--r-- | gdb/break-catch-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/break-catch-exec.c b/gdb/break-catch-exec.c index ac4ea18..2ae9ebf 100644 --- a/gdb/break-catch-exec.c +++ b/gdb/break-catch-exec.c @@ -144,7 +144,7 @@ void exec_catchpoint::print_recreate (struct ui_file *fp) { gdb_printf (fp, "catch exec"); - print_recreate_thread (this, fp); + print_recreate_thread (fp); } /* This function attempts to parse an optional "if <cond>" clause |