aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Markus Reiter <me@reitermark.us> 2022-04-23 04:45:17 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-23 04:45:17 +0200
commit37f77f1456ad362c95a8a5aacf9afa1242f632e2 (patch)
tree2f474d5afe4941b9997ebe96772d4c677e41453e /cortex-m-rt/src/lib.rs
parent981a13d5be3c923b4286e2f239fe2130c5e50daa (diff)
downloadcortex-m-37f77f1456ad362c95a8a5aacf9afa1242f632e2.tar.gz
cortex-m-37f77f1456ad362c95a8a5aacf9afa1242f632e2.tar.zst
cortex-m-37f77f1456ad362c95a8a5aacf9afa1242f632e2.zip
Remove unused `4:` label.
Diffstat (limited to 'cortex-m-rt/src/lib.rs')
-rw-r--r--cortex-m-rt/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index aa0ff34..97540e7 100644
--- a/cortex-m-rt/src/lib.rs
+++ b/cortex-m-rt/src/lib.rs
@@ -569,8 +569,7 @@ cfg_global_asm! {
// Push `lr` to the stack for debuggers, to prevent them unwinding past Reset.
// See https://sourceware.org/binutils/docs/as/CFI-directives.html.
- "4:
- .cfi_def_cfa sp, 0
+ ".cfi_def_cfa sp, 0
push {{lr}}
.cfi_offset lr, 0",