aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src
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
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')
-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",
option> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/code-simplification-neql-define.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-31JavaScript Debug Terminal == Bun TerminalGravatar Ashcon Partovi 1-0/+32
2023-08-31fix(runtime): `fs.cp` edge cases (#4439)Gravatar dave caruso 2-8/+44
2023-08-31only set initial debugger breakpoint once (#4441)Gravatar Dylan Conway 1-2/+11
2023-08-31Make breakpoints faster in VSCode extensionGravatar Ashcon Partovi 1-241/+327
2023-08-31`bun install` correctly join dependency URLs (#4421)Gravatar Julian 6-64/+243
2023-08-31get name if not provided in `FormData.append` (#4434)Gravatar Dylan Conway 4-5/+45
2023-08-31Fix vscode debug terminalGravatar Ashcon Partovi 1-21/+0