diff options
Diffstat (limited to 'lib/libm/arch/mc68881/e_atanhf.S')
-rw-r--r-- | lib/libm/arch/mc68881/e_atanhf.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libm/arch/mc68881/e_atanhf.S b/lib/libm/arch/mc68881/e_atanhf.S index 34d36eba476..b8ae826a9a6 100644 --- a/lib/libm/arch/mc68881/e_atanhf.S +++ b/lib/libm/arch/mc68881/e_atanhf.S @@ -1,4 +1,4 @@ -/* $OpenBSD: e_atanhf.S,v 1.1 2011/05/28 21:55:04 martynas Exp $ */ +/* $OpenBSD: e_atanhf.S,v 1.2 2013/02/02 13:29:14 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -35,7 +35,5 @@ #include <machine/asm.h> ENTRY(atanhf) - fatanhs sp@(4),fp0 - fmoves fp0,sp@- - movel sp@+,d0 + fatanhs %sp@(4),%fp0 rts |