diff options
Diffstat (limited to 'lib/libm/arch/mc68881/e_expf.S')
-rw-r--r-- | lib/libm/arch/mc68881/e_expf.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libm/arch/mc68881/e_expf.S b/lib/libm/arch/mc68881/e_expf.S index 0448c95376f..ba57b8248b3 100644 --- a/lib/libm/arch/mc68881/e_expf.S +++ b/lib/libm/arch/mc68881/e_expf.S @@ -1,4 +1,4 @@ -/* $OpenBSD: e_expf.S,v 1.1 2011/05/28 21:55:04 martynas Exp $ */ +/* $OpenBSD: e_expf.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(expf) - fetoxs sp@(4),fp0 - fmoves fp0,sp@- - movel sp@+,d0 + fetoxs %sp@(4),%fp0 rts |