diff options
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 27694becdfb..20c9a48f1dd 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -165,6 +165,9 @@ #define RED_ZONE_SIZE RZ_BSD_64 #endif #endif +#ifdef __ANDROID__ +#define RED_ZONE_SIZE RZ_MAC_32 +#endif struct rust_box; |
