Skip to content
Prev Previous commit
Next Next commit
Satisfy linkchecker
  • Loading branch information
Amanieu committed Dec 16, 2021
commit cf3a28145e06a3294494b5ac2ac4beef9f2e52e0
2 changes: 1 addition & 1 deletion src/inline-assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ On ARM, the `.syntax unified` mode is used.
These targets impose an additional restriction on the assembly code: any assembler state (e.g. the current section which can be changed with `.section`) must be restored to its original value at the end of the asm string.
Assembly code that does not conform to the GAS syntax will result in assembler-specific behavior.

[format-syntax]: ../std/fmt/#syntax
[format-syntax]: ../std/fmt/index.html#syntax
[rfc-2795]: https://github.com/rust-lang/rfcs/pull/2795

## Operand type
Expand Down