No need to offset args from frame pointer.
[deliverable/binutils-gdb.git] / gdb / tm-tahoe.h
index 9456808e7fe1c5b6d72713a3fc491a7171efc3f6..e20c7f9875a7e05d8995a62a20002190278dfc78 100644 (file)
@@ -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 */
 
This page took 0.026415 seconds and 4 git commands to generate.