* gdbtypes.h (builtin_type_void): Remove.
[deliverable/binutils-gdb.git] / gdb / infcall.c
index e364f01da6864220a1fa6c2b4271a1d266e161fc..85ccb825d6e3bb22a6b957d22871a955c57b854a 100644 (file)
@@ -562,7 +562,7 @@ call_function_by_hand (struct value *function, int nargs, struct value **args)
 
       /* Tell the target specific argument pushing routine not to
         expect a value.  */
-      target_values_type = builtin_type_void;
+      target_values_type = builtin_type (gdbarch)->builtin_void;
     }
   else
     {
This page took 0.025779 seconds and 4 git commands to generate.