about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-06 18:16:19 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-06 18:16:19 -0800
commit4632358cbca185633978c27939893e0aec414436 (patch)
treec29237d1301dfdab9a161ac5e3c3368bb2a8c07f /src/rt/rust_task.cpp
parentbe565a1a7a7d6f029db5db190feffb572a14986f (diff)
downloadrust-4632358cbca185633978c27939893e0aec414436.tar.gz
rust-4632358cbca185633978c27939893e0aec414436.zip
Revert "rt: Reduce mac red zone to 6K"
This reverts commit d499e739a1eb67e887f5756f9dfef17199a6d041.
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index d1007322e95..2bf4c42a277 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -20,8 +20,8 @@
 // FIXME: We want this to be 128 but need to slim the red zone calls down
 #define RZ_LINUX_32 (1024*2)
 #define RZ_LINUX_64 (1024*2)
-#define RZ_MAC_32   (1024*6)
-#define RZ_MAC_64   (1024*6)
+#define RZ_MAC_32   (1024*20)
+#define RZ_MAC_64   (1024*20)
 #define RZ_WIN_32   (1024*20)
 #define RZ_BSD_32   (1024*20)
 #define RZ_BSD_64   (1024*20)