Chromium Code Reviews| Index: sysdeps/i386/fpu/s_fmal.S |
| diff --git a/sysdeps/i386/fpu/s_fmal.S b/sysdeps/i386/fpu/s_fmal.S |
| index 1837f848c05eaa6448ad40c1b86926ef25608075..37bb59a3461741f5d9d029b008d7812219fe9da0 100644 |
| --- a/sysdeps/i386/fpu/s_fmal.S |
| +++ b/sysdeps/i386/fpu/s_fmal.S |
| @@ -27,6 +27,6 @@ ENTRY(__fmal) |
| fmulp // x * y |
| fldt 28(%esp) // z : x * y |
| faddp // (x * y) + z |
| - ret |
| + NACLRET |
| END(__fmal) |
| weak_alias (__fmal, fmal) |