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 6193464 commit 91dc2ccCopy full SHA for 91dc2cc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 4ac345939c6b9cfbb463dffa3ff595f42d93beac
+refs/heads/master: 7da8ab8fab81781665fd38299645dc74a6d5ddd2
trunk/src/rt/rust_upcall.cpp
@@ -19,8 +19,8 @@
19
// correctly. Strategically placed at entry to upcalls because they begin on
20
// the rust stack and happen frequently enough to catch most stack changes,
21
// including at the beginning of all landing pads.
22
-// FIXME: Only seems to work on linux
23
-#ifdef __linux__
+// FIXME: Enable this for windows
+#if defined __linux__ || defined __APPLE__
24
extern "C" void
25
check_stack_alignment() __attribute__ ((aligned (16)));
26
#else
0 commit comments