mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 07:24:48 +00:00
Fix core file stacks.
This commit is contained in:
parent
e702d26e3b
commit
37fc9d04ee
@ -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…
x
Reference in New Issue
Block a user