We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4:
1 parent 981a13d commit 37f77f1Copy full SHA for 37f77f1
cortex-m-rt/src/lib.rs
@@ -569,8 +569,7 @@ cfg_global_asm! {
569
570
// Push `lr` to the stack for debuggers, to prevent them unwinding past Reset.
571
// See https://sourceware.org/binutils/docs/as/CFI-directives.html.
572
- "4:
573
- .cfi_def_cfa sp, 0
+ ".cfi_def_cfa sp, 0
574
push {{lr}}
575
.cfi_offset lr, 0",
576
0 commit comments