Missed a spot: 64-bit architecture is effectively heap-in-low-memory.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 13 Nov 2018 06:03:06 +0000 (06:03 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 13 Nov 2018 06:03:06 +0000 (06:03 +0000)
src/microcode/confshared.h

index 1a683dfa77e5475173925884d61caa09bc97bb6d..bcbadf5d222640d4e6124ebd6e30725ee276ab50 100644 (file)
@@ -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