From 1c269815021cdea7e041f35fdf09d5ae108cc19b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 11 Jan 2019 04:47:54 +0000 Subject: [PATCH] Nothing architecturally limits powerpc to high memory. Individual operating systems may, but none that I've encountered. We may revisit this if we change SVM1 to always work in high memory. --- src/microcode/confshared.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microcode/confshared.h b/src/microcode/confshared.h index f3afe2c97..af4747375 100644 --- a/src/microcode/confshared.h +++ b/src/microcode/confshared.h @@ -580,6 +580,7 @@ extern void win32_stack_reset (void); # define MACHINE_TYPE "PowerPC-32" # define CURRENT_FASL_ARCH FASL_PPC32 # define FLOATING_ALIGNMENT 0x7 +# define HEAP_IN_LOW_MEMORY #endif #ifdef __ppc64__ -- 2.25.1