diff options
Diffstat (limited to 'arch/x86/math-emu/polynom_Xsig.S')
-rw-r--r-- | arch/x86/math-emu/polynom_Xsig.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/math-emu/polynom_Xsig.S b/arch/x86/math-emu/polynom_Xsig.S index 702315eecb86..35fd723fc0df 100644 --- a/arch/x86/math-emu/polynom_Xsig.S +++ b/arch/x86/math-emu/polynom_Xsig.S @@ -133,5 +133,5 @@ L_accum_done: popl %edi popl %esi leave - ret + RET SYM_FUNC_END(polynomial_Xsig) |