From d499e739a1eb67e887f5756f9dfef17199a6d041 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 6 Jan 2012 16:42:26 -0800 Subject: rt: Reduce mac red zone to 6K --- src/rt/rust_task.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 2bf4c42a277..d1007322e95 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*20) -#define RZ_MAC_64 (1024*20) +#define RZ_MAC_32 (1024*6) +#define RZ_MAC_64 (1024*6) #define RZ_WIN_32 (1024*20) #define RZ_BSD_32 (1024*20) #define RZ_BSD_64 (1024*20) -- cgit 1.4.1-3-g733a5