From 8f2e1ca1ff1d62cb9289f4455acb5718863a3b01 Mon Sep 17 00:00:00 2001 From: Yusef Karim <48184686+yusefkarim@users.noreply.github.com> Date: Mon, 21 Feb 2022 11:16:49 -0500 Subject: [PATCH] Remove duplicate text in asm.md --- src/unsafe/asm.md | 4 ---- 1 file changed, 4 deletions(-) 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