summary refs log tree commit diff stats
path: root/linux-user/aarch64/vdso.S
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/aarch64/vdso.S')
-rw-r--r--linux-user/aarch64/vdso.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/aarch64/vdso.S b/linux-user/aarch64/vdso.S
index a0ac1487b0..59dd94dc8f 100644
--- a/linux-user/aarch64/vdso.S
+++ b/linux-user/aarch64/vdso.S
@@ -71,5 +71,7 @@ vdso_syscall __kernel_clock_getres, __NR_clock_getres
 __kernel_rt_sigreturn:
 	/* No BTI C insn here -- we arrive via RET. */
 	mov	x8, #__NR_rt_sigreturn
+sigreturn_region_start:
 	svc	#0
+sigreturn_region_end:
 endf	__kernel_rt_sigreturn