Skip to content

Commit

Permalink
Revert "rt: Reduce mac red zone to 6K"
Browse files Browse the repository at this point in the history
This reverts commit d499e73.
  • Loading branch information
brson committed Jan 7, 2012
1 parent be565a1 commit 4632358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rt/rust_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4632358

Please sign in to comment.