Skip to content

Commit 283ecc5

Browse files
committed
---
yaml --- r: 6868 b: refs/heads/master c: 93fef2e h: refs/heads/master v: v3
1 parent bdbd51c commit 283ecc5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 784713ec683c7cce0a1d4aa712a376317384d62c
2+
refs/heads/master: 93fef2e113be8bde3b135924e64e145917291ef1

trunk/src/rt/rust_task.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
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
23-
#define RZ_MAC_32 1024*20
24-
#define RZ_MAC_64 1024*20
25-
#define RZ_WIN_32 1024*20
21+
#define RZ_LINUX_32 (1024*20)
22+
#define RZ_LINUX_64 (1024*20)
23+
#define RZ_MAC_32 (1024*20)
24+
#define RZ_MAC_64 (1024*20)
25+
#define RZ_WIN_32 (1024*20)
2626

2727
#ifdef __linux__
2828
#ifdef __i386__

0 commit comments

Comments
 (0)