Skip to content

Commit d748b47

Browse files
committed
Add explicit section link
1 parent c84e386 commit d748b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unsafe/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ This example shows a few things:
446446
[local labels]: https://sourceware.org/binutils/docs/as/Symbol-Names.html#Local-Labels
447447
[an LLVM bug]: https://bugs.llvm.org/show_bug.cgi?id=36144
448448

449-
## Options
449+
## Options {#options}
450450

451451
By default, an inline assembly block is treated the same way as an external FFI function call with a custom calling convention: it may read/write memory, have observable side effects, etc. However, in many cases it is desirable to give the compiler more information about what the assembly code is actually doing so that it can optimize better.
452452

0 commit comments

Comments
 (0)