summary refs log tree commit diff
path: root/arch/x86/um/setjmp_32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/setjmp_32.S')
-rw-r--r--arch/x86/um/setjmp_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/um/setjmp_32.S b/arch/x86/um/setjmp_32.S
index 62eaf8c80e04..2d991ddbcca5 100644
--- a/arch/x86/um/setjmp_32.S
+++ b/arch/x86/um/setjmp_32.S
@@ -34,7 +34,7 @@ kernel_setjmp:
 	movl %esi,12(%edx)
 	movl %edi,16(%edx)
 	movl %ecx,20(%edx)		# Return address
-	ret
+	RET
 
 	.size kernel_setjmp,.-kernel_setjmp