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.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/math-emu/reg_u_sub.S b/arch/x86/math-emu/reg_u_sub.S
index f05dea7dec38..e9bb7c248649 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
@@ -271,4 +271,4 @@ L_exit:
popl %esi
leave
ret
-ENDPROC(FPU_u_sub)
+SYM_FUNC_END(FPU_u_sub)