We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3593351 commit c3e9790Copy full SHA for c3e9790
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 9862cf703b8a867b13e674f892f7059b09fe59e0
+refs/heads/master: d1f7220219c722665e15b88aeecfc78601fa4f22
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
trunk/src/rt/rust_task.h
@@ -175,6 +175,10 @@
175
#define RED_ZONE_SIZE RZ_MAC_32
176
#endif
177
178
+#ifndef RED_ZONE_SIZE
179
+# error "Red zone not defined for this platform"
180
+#endif
181
+
182
struct frame_glue_fns {
183
uintptr_t mark_glue_off;
184
uintptr_t drop_glue_off;
0 commit comments