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.
1 parent 782759b commit e5e9c3bCopy full SHA for e5e9c3b
libunwind/src/UnwindLevel1.c
@@ -82,7 +82,7 @@
82
void *shstkRegContext = __libunwind_shstk_get_registers((cursor)); \
83
void *shstkJumpAddress = __libunwind_shstk_get_jump_target(); \
84
__asm__ volatile("mov x0, %0\n\t" \
85
- "mov x1, wzr\n\t" \
+ "mov x1, #0\n\t" \
86
"br %1\n\t" \
87
: \
88
: "r"(shstkRegContext), "r"(shstkJumpAddress) \
0 commit comments