Remove parser_state "initial_size" parameter
[deliverable/binutils-gdb.git] / gdb / dtrace-probe.c
index 527e0f0cd57a2f8f6a2b3d4e652c56f536073ab2..f80db713813593a352e50d4199a150747f3c31a7 100644 (file)
@@ -627,7 +627,7 @@ dtrace_probe::build_arg_exprs (struct gdbarch *gdbarch)
       /* Initialize the expression buffer in the parser state.  The
         language does not matter, since we are using our own
         parser.  */
-      parser_state pstate (10, current_language, gdbarch);
+      parser_state pstate (current_language, gdbarch);
 
       /* The argument value, which is ABI dependent and casted to
         `long int'.  */
This page took 0.027621 seconds and 4 git commands to generate.