Skip to content

Commit 9cf64e3

Browse files
committed
---
yaml --- r: 7143 b: refs/heads/master c: 7e89743 h: refs/heads/master i: 7141: 2463818 7139: c2bcd14 7135: bd316ab v: v3
1 parent 0be3bdb commit 9cf64e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 92113489893105d5432df2fd8f727fa2ca8cec51
2+
refs/heads/master: 7e8974305c42a3fc3bd6ff1aba1e55c215c42250

trunk/src/rt/rust_task.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// The amount of extra space at the end of each stack segment, available
1919
// to the rt, compiler and dynamic linker for running small functions
2020
// FIXME: We want this to be 128 but need to slim the red zone calls down
21-
#define RZ_LINUX_32 (1024*2)
22-
#define RZ_LINUX_64 (1024*2)
21+
#define RZ_LINUX_32 (1024*20)
22+
#define RZ_LINUX_64 (1024*20)
2323
#define RZ_MAC_32 (1024*20)
2424
#define RZ_MAC_64 (1024*20)
2525
#define RZ_WIN_32 (1024*20)

0 commit comments

Comments
 (0)