mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 12:24:19 +08:00
Checked in under the 'obvious fix rule'
2006-05-19 Fred Fish <fnf@specifix.com> * Makefile.in: Fix spelling of 'explicitly' and 'explicit'. * dwarfread.c: Fix spelling of 'unexpected'. * mips-tdep.c: Fix spelling of 'possible' and 'Determine'. * stack.c: Fix spelling of 'RETURN_VALUE'.
This commit is contained in:
@ -1829,7 +1829,7 @@ If you continue, the return value that you specified will be ignored.\n";
|
||||
frame). */
|
||||
frame_pop (get_current_frame ());
|
||||
|
||||
/* Store RETURN_VAUE in the just-returned register set. */
|
||||
/* Store RETURN_VALUE in the just-returned register set. */
|
||||
if (return_value != NULL)
|
||||
{
|
||||
struct type *return_type = value_type (return_value);
|
||||
|
Reference in New Issue
Block a user