We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0098c5 commit 99f1650Copy full SHA for 99f1650
psm/src/lib.rs
@@ -315,7 +315,6 @@ impl StackDirection {
315
/// padding applied;
316
/// 2. Callee allocates more stack than was accounted for with padding, and accesses pages outside
317
/// the stack, invalidating the execution (by e.g. crashing).
318
-#[inline(always)]
319
#[cfg(asm)]
320
pub fn stack_pointer() -> *mut u8 {
321
unsafe { rust_psm_stack_pointer() }
0 commit comments