Revert "rt: Reduce mac red zone to 6K"

This reverts commit d499e739a1.
This commit is contained in:
Brian Anderson
2012-01-06 18:16:19 -08:00
parent be565a1a7a
commit 4632358cbc

View File

@@ -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)