Stop assuming no-debug-info functions return int
[deliverable/binutils-gdb.git] / gdb / valops.c
index c1bb93776ad645b2350e505d8354ce7a2c0d7cac..f5e3aabbf8f70f8c170efdf82ea1d443385abb99 100644 (file)
@@ -192,7 +192,7 @@ value_allocate_space_in_inferior (int len)
   struct value *blocklen;
 
   blocklen = value_from_longest (builtin_type (gdbarch)->builtin_int, len);
-  val = call_function_by_hand (val, 1, &blocklen);
+  val = call_function_by_hand (val, NULL, 1, &blocklen);
   if (value_logical_not (val))
     {
       if (!target_has_execution)
This page took 0.023592 seconds and 4 git commands to generate.