We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ad4fc commit aab5418Copy full SHA for aab5418
src/inline-assembly.md
@@ -1390,10 +1390,6 @@ r[asm.naked-rules.reg-not-output]
1390
- Any callee-saved registers must have the same value upon return as they had on entry, otherwise behavior is undefined.
1391
- Caller-saved registes may be used freely, even if they are not used for the return value.
1392
1393
-r[asm.naked-rules.unwind]
1394
-- Behavior is undefined if execution unwinds out of an asm block.
1395
- - This also applies if the assembly code calls a function which then unwinds.
1396
-
1397
r[asm.naked-rules.noreturn]
1398
- Behavior is undefined if execution falls through to the end of the asm block.
1399
- the assembly code is expected to contain a return instruction or to diverge
0 commit comments