Fix core file stacks.
This commit is contained in:
parent
e702d26e3b
commit
37fc9d04ee
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#define HOST_MACHINE_ARCH bfd_arch_vax
|
||||
|
||||
#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
|
||||
|
||||
/* EXACT TYPES */
|
||||
|
|
Loading…
Reference in a new issue