From: Taylor R Campbell Date: Tue, 13 Nov 2018 06:03:06 +0000 (+0000) Subject: Missed a spot: 64-bit architecture is effectively heap-in-low-memory. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~103 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=26b57e5fe7eb0e09e4e2f336fa1d4ab05bde29c3;p=mit-scheme.git Missed a spot: 64-bit architecture is effectively heap-in-low-memory. --- diff --git a/src/microcode/confshared.h b/src/microcode/confshared.h index 1a683dfa7..bcbadf5d2 100644 --- 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 #ifdef sonyrisc