Skip to content

Commit 79b5efc

Browse files
committed
---
yaml --- r: 6883 b: refs/heads/master c: 2a490d1 h: refs/heads/master i: 6881: d3e728d 6879: 33d5312 v: v3
1 parent 0904cea commit 79b5efc

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: ba8f369f890f6c7241c616df552f0e2ebf1509c8
2+
refs/heads/master: 2a490d1cf8dd679b147369df190e8004c09182f9

trunk/src/rt/rust_task.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// FIXME: We want this to be 128 but need to slim the red zone calls down
2121
#define RZ_LINUX_32 (1024*2)
2222
#define RZ_LINUX_64 (1024*2)
23-
#define RZ_MAC_32 (1024*2)
24-
#define RZ_MAC_64 (1024*2)
23+
#define RZ_MAC_32 (1024*20)
24+
#define RZ_MAC_64 (1024*20)
2525
#define RZ_WIN_32 (1024*20)
2626

2727
#ifdef __linux__

0 commit comments

Comments
 (0)