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
@@ -1226,7 +1226,7 @@ let _: () = unsafe {
1226
1226
1227
1227
r[asm.options.supported-options.nostack]
1228
1228
-`nostack`: The assembly code does not push data to the stack, or write to the stack red-zone (if supported by the target).
1229
-
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.
1229
+
If this option is *not* used then the stack pointer is guaranteed by the compiler at the start of the assembly code to be suitably aligned (according to the target ABI) for a function call.
1230
1230
1231
1231
<!-- no_run: Test has undefined behavior at runtime -->
0 commit comments