about summary refs log tree commit diff stats
path: root/315stack-debug.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-25 21:21:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-25 21:29:42 -0700
commit3b1f23f5d72eebd9e4b33d6475075555d12a00c3 (patch)
treef2b342f05078c37c2d1cad363ff3f47cbb852f55 /315stack-debug.subx
parent6bb70a236c759d3d85265de068cde6d26a747d3b (diff)
downloadmu-3b1f23f5d72eebd9e4b33d6475075555d12a00c3.tar.gz
expand stack to 16MB
It's also no longer contiguous with code.
Diffstat (limited to '315stack-debug.subx')
-rw-r--r--315stack-debug.subx2
1 files changed, 1 insertions, 1 deletions
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")