diff options
Diffstat (limited to 'gdb/stap-probe.h')
-rw-r--r-- | gdb/stap-probe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stap-probe.h b/gdb/stap-probe.h index 2a3a6d4cc22..6c56904aeb3 100644 --- a/gdb/stap-probe.h +++ b/gdb/stap-probe.h @@ -29,10 +29,10 @@ struct stap_parse_info { stap_parse_info (const char *arg_, struct type *arg_type_, - size_t initial_size, const struct language_defn *lang, + const struct language_defn *lang, struct gdbarch *gdbarch) : arg (arg_), - pstate (initial_size, lang, gdbarch), + pstate (lang, gdbarch), saved_arg (arg_), arg_type (arg_type_), gdbarch (gdbarch), |