You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/inline-assembly.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1184,7 +1184,7 @@ let _: () = unsafe {
1184
1184
1185
1185
r[asm.options.supported-options.nostack]
1186
1186
-`nostack`: The assembly code does not push data to the stack, or write to the stack red-zone (if supported by the target).
1187
-
If this option is *not* used then the stack pointer is guaranteed to be suitably aligned (according to the target ABI) for a function call.
1187
+
If this option is *not* used then the stack pointer is guaranteed by the compiler to be suitably aligned (according to the target ABI) for a function call at the start of the assembly code.
1188
1188
1189
1189
<!-- no_run: Test has undefined behavior at runtime -->
0 commit comments