summaryrefslogtreecommitdiff
path: root/arch/x86/math-emu/reg_u_sub.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/math-emu/reg_u_sub.S')
-rw-r--r--arch/x86/math-emu/reg_u_sub.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/math-emu/reg_u_sub.S b/arch/x86/math-emu/reg_u_sub.S
index f05dea7dec38..4c900c29e4ff 100644
--- a/arch/x86/math-emu/reg_u_sub.S
+++ b/arch/x86/math-emu/reg_u_sub.S
@@ -33,7 +33,7 @@
#include "control_w.h"
.text
-ENTRY(FPU_u_sub)
+SYM_FUNC_START(FPU_u_sub)
pushl %ebp
movl %esp,%ebp
pushl %esi
@@ -270,5 +270,5 @@ L_exit:
popl %edi
popl %esi
leave
- ret
-ENDPROC(FPU_u_sub)
+ RET
+SYM_FUNC_END(FPU_u_sub)