mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
Fixes for letting GC6.8 work on HP-NonStop platform
This commit is contained in:
parent
424c2562ee
commit
ce3eb5ae20
1 changed files with 2 additions and 2 deletions
|
|
@ -1470,8 +1470,8 @@
|
|||
# define OS_TYPE "NONSTOP"
|
||||
# define ALIGNMENT 4
|
||||
# define DATASTART ((ptr_t) 0x08000000)
|
||||
extern int _end[];
|
||||
# define DATAEND (_end)
|
||||
extern char **environ;
|
||||
# define DATAEND ((ptr_t)(environ - 0x10))
|
||||
# define STACKBOTTOM ((ptr_t) 0x4fffffff)
|
||||
# define USE_GENERIC_PUSH_REGS
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue