Fix hard-coded USRSTACK address, now that it's changed.

This commit is contained in:
fvdl 1997-10-20 10:16:07 +00:00
parent 8e311daf58
commit 284aeaa1ba

View File

@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* On NetBSD, sigtramp is above the user stack and immediately below
the user area. Using constants here allows for cross debugging. */
#define SIGTRAMP_END 0xf7bfe000 /* USRSTACK */
#define SIGTRAMP_END 0xefbfe000 /* USRSTACK */
#define SIGTRAMP_START (SIGTRAMP_END - 64)
/* Saved Pc. Get it from sigcontext if within sigtramp. */