forked from Imagelibrary/binutils-gdb
2005-02-02 Andrew Cagney <cagney@gnu.org>
* value.h (value_lazy): Declare. * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update. * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
This commit is contained in:
@@ -1824,7 +1824,7 @@ return_command (char *retval_exp, int from_tty)
|
||||
|
||||
/* Make sure the value is fully evaluated. It may live in the
|
||||
stack frame we're about to pop. */
|
||||
if (VALUE_LAZY (return_value))
|
||||
if (value_lazy (return_value))
|
||||
value_fetch_lazy (return_value);
|
||||
|
||||
if (TYPE_CODE (return_type) == TYPE_CODE_VOID)
|
||||
|
||||
Reference in New Issue
Block a user