Skip to content

Commit 99f1650

Browse files
committed
Workaround Rust build issue for i686 windows-gnu
1 parent c0098c5 commit 99f1650

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

psm/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ impl StackDirection {
315315
/// padding applied;
316316
/// 2. Callee allocates more stack than was accounted for with padding, and accesses pages outside
317317
/// the stack, invalidating the execution (by e.g. crashing).
318-
#[inline(always)]
319318
#[cfg(asm)]
320319
pub fn stack_pointer() -> *mut u8 {
321320
unsafe { rust_psm_stack_pointer() }

0 commit comments

Comments
 (0)