about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/s_fabs.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/fpu/s_fabs.S')
-rw-r--r--sysdeps/powerpc/fpu/s_fabs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/s_fabs.S b/sysdeps/powerpc/fpu/s_fabs.S
index f152079e0a..cf92e00289 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 f1,f1
+	fabs fp1,fp1
 	blr
 END(__fabs)