Skip to content

Commit 9e2bd27

Browse files
tranji-cloudgvisor-bot
authored andcommitted
Fix: Pass stack pointer to __init in rseq arm64 test start.
PiperOrigin-RevId: 827636773
1 parent eba19d7 commit 9e2bd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/syscalls/linux/rseq/start_arm64.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
_start:
2222
mov x29, sp
23+
mov x0, sp
2324
bl __init
2425
wfi
2526

0 commit comments

Comments
 (0)