From 3b1f23f5d72eebd9e4b33d6475075555d12a00c3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 25 Apr 2021 21:21:18 -0700 Subject: expand stack to 16MB It's also no longer contiguous with code. --- 315stack-debug.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '315stack-debug.subx') diff --git a/315stack-debug.subx b/315stack-debug.subx index 99156707..375e8adc 100644 --- a/315stack-debug.subx +++ b/315stack-debug.subx @@ -10,7 +10,7 @@ check-stack: 50/push-eax # 89/<- %eax 4/r32/esp - 81 7/subop/compare %eax 0x48600/imm32 + 81 7/subop/compare %eax 0x01000000/imm32 { 7f/jump-if-> break/disp8 (abort "stack overflow") -- cgit 1.4.1-2-gfad0