diff --git a/src/unsafe/asm.md b/src/unsafe/asm.md index ec70144202..23d54a5f7c 100644 --- a/src/unsafe/asm.md +++ b/src/unsafe/asm.md @@ -405,10 +405,6 @@ This example shows a few things: - First, that the same number can be used as a label multiple times in the same inline block. - Second, that when a numeric label is used as a reference (as an instruction operand, for example), the suffixes “b” (“backward”) or ”f” (“forward”) should be added to the numeric label. It will then refer to the nearest label defined by this number in this direction. -First that the same number can be used as a label multiple times in the same inline block. - -Second, that when a numeric label is used as a reference (as an instruction operand, for example), the suffixes b (“backward”) or f (“forward”) should be added to the numeric label. It will then refer to the nearest label defined by this number in this direction. - [local labels]: https://sourceware.org/binutils/docs/as/Symbol-Names.html#Local-Labels [an LLVM bug]: https://bugs.llvm.org/show_bug.cgi?id=36144