* infcall.c (call_function_by_hand): Fix build failure

introduced in the previous change to this file.
This commit is contained in:
Joel Brobecker 2003-09-29 21:12:05 +00:00
parent dad809b7ad
commit 7a5dd6eec4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-09-29 J. Brobecker <brobecker@gnat.com>
* infcall.c (call_function_by_hand): Fix build failure
introduced in the previous change to this file.
2003-09-29 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention Objective-C.

View File

@ -1080,7 +1080,7 @@ the function call).", name);
if (struct_return)
{
do_cleanups (retbuf_cleanup);
return VALUE_RETURNED_FROM_STACK (value_type, struct_addr);
return DEPRECATED_VALUE_RETURNED_FROM_STACK (value_type, struct_addr);
}
#endif
/* NOTE: cagney/2002-09-10: Only when the stack has been correctly