Explicitly include <array> for std::array<>.
[deliverable/binutils-gdb.git] / gdb / rust-lang.c
index 817976ab33a7a40dd445bef24a26b105de8f637b..c5764bf8d124d2bf0175a92eaca939b6103a4cde 100644 (file)
@@ -1290,7 +1290,7 @@ rust_evaluate_funcall (struct expression *exp, int *pos, enum noside noside)
   if (noside == EVAL_AVOID_SIDE_EFFECTS)
     result = value_zero (TYPE_TARGET_TYPE (fn_type), not_lval);
   else
-    result = call_function_by_hand (function, num_args + 1, args.data ());
+    result = call_function_by_hand (function, NULL, num_args + 1, args.data ());
   return result;
 }
 
This page took 0.024795 seconds and 4 git commands to generate.