Skip to content

Commit 37f77f1

Browse files
authored
Remove unused 4: label.
1 parent 981a13d commit 37f77f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,7 @@ cfg_global_asm! {
569569

570570
// Push `lr` to the stack for debuggers, to prevent them unwinding past Reset.
571571
// See https://sourceware.org/binutils/docs/as/CFI-directives.html.
572-
"4:
573-
.cfi_def_cfa sp, 0
572+
".cfi_def_cfa sp, 0
574573
push {{lr}}
575574
.cfi_offset lr, 0",
576575

0 commit comments

Comments
 (0)