aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",