projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843f33d
)
Missed a spot: 64-bit architecture is effectively heap-in-low-memory.
author
Taylor R Campbell
<campbell@mumble.net>
Tue, 13 Nov 2018 06:03:06 +0000
(06:03 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Tue, 13 Nov 2018 06:03:06 +0000
(06:03 +0000)
src/microcode/confshared.h
patch
|
blob
|
history
diff --git
a/src/microcode/confshared.h
b/src/microcode/confshared.h
index 1a683dfa77e5475173925884d61caa09bc97bb6d..bcbadf5d222640d4e6124ebd6e30725ee276ab50 100644
(file)
--- a/
src/microcode/confshared.h
+++ b/
src/microcode/confshared.h
@@
-603,6
+603,7
@@
extern void win32_stack_reset (void);
#ifdef __aarch64__
# define MACHINE_TYPE "aarch64"
# define CURRENT_FASL_ARCH FASL_AARCH64
+# define HEAP_IN_LOW_MEMORY 1
#endif
\f
#ifdef sonyrisc