forked from Imagelibrary/binutils-gdb
* infcall.c (call_function_by_hand): Fix build failure
introduced in the previous change to this file.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user