Skip to content

Commit 900e0d7

Browse files
authored
Merge pull request #1506 from yusefkarim/patch-1
Remove duplicate text in asm.md
2 parents 2e24e69 + 8f2e1ca commit 900e0d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/unsafe/asm.md

-4
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,6 @@ This example shows a few things:
405405
- First, that the same number can be used as a label multiple times in the same inline block.
406406
- 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.
407407

408-
First that the same number can be used as a label multiple times in the same inline block.
409-
410-
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.
411-
412408
[local labels]: https://sourceware.org/binutils/docs/as/Symbol-Names.html#Local-Labels
413409
[an LLVM bug]: https://bugs.llvm.org/show_bug.cgi?id=36144
414410

0 commit comments

Comments
 (0)