Fix core file stacks.

This commit is contained in:
John Gilmore 1992-01-31 09:21:14 +00:00
parent e702d26e3b
commit 37fc9d04ee

View file

@ -20,7 +20,7 @@
#define HOST_MACHINE_ARCH bfd_arch_vax #define HOST_MACHINE_ARCH bfd_arch_vax
#define HOST_TEXT_START_ADDR 0 #define HOST_TEXT_START_ADDR 0
#define HOST_STACK_END_ADDR KERNBASE #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
#undef HOST_BIG_ENDIAN_P #undef HOST_BIG_ENDIAN_P
/* EXACT TYPES */ /* EXACT TYPES */