diff options
Diffstat (limited to 'gdb/tm-tahoe.h')
-rw-r--r-- | gdb/tm-tahoe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-tahoe.h b/gdb/tm-tahoe.h index 9456808..e20c7f9 100644 --- a/gdb/tm-tahoe.h +++ b/gdb/tm-tahoe.h @@ -233,7 +233,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* In most of GDB, getting the args address is too important to just say "I don't know". */ -#define FRAME_ARGS_ADDRESS(fi) ((fi)->frame+4) +#define FRAME_ARGS_ADDRESS(fi) ((fi)->frame) /* Address to use as an anchor for finding local variables */ |