We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d63aa9 commit 17b1a3eCopy full SHA for 17b1a3e
cortex-m-rt/src/lib.rs
@@ -572,12 +572,6 @@ cfg_global_asm! {
572
dsb
573
isb",
574
575
- // Push `lr` to the stack for debuggers, to prevent them unwinding past Reset.
576
- // See https://sourceware.org/binutils/docs/as/CFI-directives.html.
577
- ".cfi_def_cfa sp, 0
578
- push {{lr}}
579
- .cfi_offset lr, 0",
580
-
581
// Jump to user main function.
582
// `bl` is used for the extended range, but the user main function should not return,
583
// so trap on any unexpected return.
0 commit comments