We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a8076 commit 84c9b7dCopy full SHA for 84c9b7d
src/inline-assembly.md
@@ -1359,10 +1359,6 @@ r[asm.naked-rules.reg-not-output]
1359
- Any callee-saved registers must have the same value upon return as they had on entry, otherwise behavior is undefined.
1360
- Caller-saved registes may be used freely, even if they are not used for the return value.
1361
1362
-r[asm.naked-rules.unwind]
1363
-- Behavior is undefined if execution unwinds out of an asm block.
1364
- - This also applies if the assembly code calls a function which then unwinds.
1365
-
1366
r[asm.naked-rules.noreturn]
1367
- Behavior is undefined if execution falls through to the end of the asm block.
1368
- the assembly code is expected to contain a return instruction or to diverge
0 commit comments