Skip to content

Commit f18b411

Browse files
committed
---
yaml --- r: 6876 b: refs/heads/master c: 2e230b1 h: refs/heads/master v: v3
1 parent b173ffc commit f18b411

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: 6443a7b513eb41448dd22cc7c042c59b088aff18
2+
refs/heads/master: 2e230b1cf943e66f4379a48c54e1e217c63878fa

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*20)
22-
#define RZ_LINUX_64 (1024*20)
21+
#define RZ_LINUX_32 (1024*2)
22+
#define RZ_LINUX_64 (1024*2)
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)