diff options
Diffstat (limited to 'sysdeps/powerpc/fpu/s_fabs.S')
-rw-r--r-- | sysdeps/powerpc/fpu/s_fabs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/s_fabs.S b/sysdeps/powerpc/fpu/s_fabs.S index ec0bdb461f..f152079e0a 100644 --- a/sysdeps/powerpc/fpu/s_fabs.S +++ b/sysdeps/powerpc/fpu/s_fabs.S @@ -21,7 +21,7 @@ ENTRY(__fabs) /* double [f1] fabs (double [f1] x); */ - fabs 1,1 + fabs f1,f1 blr END(__fabs) |