summary refs log tree commit diff stats
path: root/linux-user/loongarch64/vdso.S
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/loongarch64/vdso.S')
-rw-r--r--linux-user/loongarch64/vdso.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/loongarch64/vdso.S b/linux-user/loongarch64/vdso.S
index 780a5fda12..2409d95476 100644
--- a/linux-user/loongarch64/vdso.S
+++ b/linux-user/loongarch64/vdso.S
@@ -125,6 +125,8 @@ vdso_syscall __vdso_getcpu, __NR_getcpu
 
 __vdso_rt_sigreturn:
 	li.w	$a7, __NR_rt_sigreturn
+sigreturn_region_start:
 	syscall	0
+sigreturn_region_end:
 	.cfi_endproc
 endf __vdso_rt_sigreturn