mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
* sparc-tdep.c (sparc-frame-chain): Fix typo in comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
|
||||||
|
|
||||||
|
* sparc-tdep.c (sparc-frame-chain): Fix typo in comment.
|
||||||
|
|
||||||
2000-12-20 Michael Snyder <msnyder@mvstp600e.cygnus.com>
|
2000-12-20 Michael Snyder <msnyder@mvstp600e.cygnus.com>
|
||||||
|
|
||||||
* arch-utils.c (default_frame_address): New function. Default
|
* arch-utils.c (default_frame_address): New function. Default
|
||||||
|
@ -425,7 +425,7 @@ CORE_ADDR
|
|||||||
sparc_frame_chain (struct frame_info *frame)
|
sparc_frame_chain (struct frame_info *frame)
|
||||||
{
|
{
|
||||||
/* Value that will cause FRAME_CHAIN_VALID to not worry about the chain
|
/* Value that will cause FRAME_CHAIN_VALID to not worry about the chain
|
||||||
value. If it realy is zero, we detect it later in
|
value. If it really is zero, we detect it later in
|
||||||
sparc_init_prev_frame. */
|
sparc_init_prev_frame. */
|
||||||
return (CORE_ADDR) 1;
|
return (CORE_ADDR) 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user