Skip to content

Commit

Permalink
Make deferred unwinding work with the latest compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyma98 committed Nov 14, 2024
1 parent 0ef425b commit 2dcb743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unwind/forced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pub(crate) extern "C" fn deferred_unwind() {
// Clear the deferred unwinding pending flag.
"mov r0, #0",
"ldr r1, ={tls_mem_addr}",
"str r0, [r1, #4]",
"str r0, [r1, #8]",
// Jump to the entry point to start unwinding.
"b {start_unwind_entry}",
Expand Down

0 comments on commit 2dcb743

Please sign in to comment.