Skip to content

Commit 770c0d3

Browse files
fixup! fixup! [libunwind] Replace process_vm_readv with pipe
1 parent 9e79919 commit 770c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/test/bad_unwind_info.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__attribute__((naked)) void bad_unwind_info() {
2727
#if defined(__aarch64__)
2828
__asm__("// not using 0 because unwinder was already resilient to that\n"
29-
"mov x8, #12\n"
29+
"mov x8, #4\n"
3030
"stp x30, x8, [sp, #-16]!\n"
3131
".cfi_def_cfa_offset 16\n"
3232
"// purposely use incorrect offset for x30\n"

0 commit comments

Comments
 (0)