Skip to content

Commit 91dc2cc

Browse files
committed
---
yaml --- r: 6787 b: refs/heads/master c: 7da8ab8 h: refs/heads/master i: 6785: 40a0f96 6783: d3cdcbd v: v3
1 parent 6193464 commit 91dc2cc

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: 4ac345939c6b9cfbb463dffa3ff595f42d93beac
2+
refs/heads/master: 7da8ab8fab81781665fd38299645dc74a6d5ddd2

trunk/src/rt/rust_upcall.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// correctly. Strategically placed at entry to upcalls because they begin on
2020
// the rust stack and happen frequently enough to catch most stack changes,
2121
// including at the beginning of all landing pads.
22-
// FIXME: Only seems to work on linux
23-
#ifdef __linux__
22+
// FIXME: Enable this for windows
23+
#if defined __linux__ || defined __APPLE__
2424
extern "C" void
2525
check_stack_alignment() __attribute__ ((aligned (16)));
2626
#else

0 commit comments

Comments
 (0)