x86/fpu/math-emu: Add ENDPROC to functions
[linux-2.6-microblaze.git] / arch / x86 / math-emu / wm_sqrt.S
index d258f59..695afae 100644 (file)
@@ -468,3 +468,4 @@ sqrt_more_prec_large:
 /* Our estimate is too large */
        movl    $0x7fffff00,%eax
        jmp     sqrt_round_result
+ENDPROC(wm_sqrt)