x86: Prepare asm files for straight-line-speculation
[linux-2.6-microblaze.git] / arch / x86 / math-emu / reg_norm.S
index cad1d60..594936e 100644 (file)
@@ -72,7 +72,7 @@ L_exit_valid:
 L_exit:
        popl    %ebx
        leave
-       ret
+       RET
 
 
 L_zero:
@@ -138,7 +138,7 @@ L_exit_nuo_valid:
 
        popl    %ebx
        leave
-       ret
+       RET
 
 L_exit_nuo_zero:
        movl    TAG_Zero,%eax
@@ -146,5 +146,5 @@ L_exit_nuo_zero:
 
        popl    %ebx
        leave
-       ret
+       RET
 SYM_FUNC_END(FPU_normalize_nuo)