Skip to content

Commit

Permalink
Workaround Rust build issue for i686 windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed May 5, 2020
1 parent c0098c5 commit 99f1650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ impl StackDirection {
/// padding applied;
/// 2. Callee allocates more stack than was accounted for with padding, and accesses pages outside
/// the stack, invalidating the execution (by e.g. crashing).
#[inline(always)]
#[cfg(asm)]
pub fn stack_pointer() -> *mut u8 {
unsafe { rust_psm_stack_pointer() }
Expand Down

0 comments on commit 99f1650

Please sign in to comment.