Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/arch/vax Need to load the full argument
details: https://anonhg.NetBSD.org/src/rev/275627aa60cc
branches: trunk
changeset: 794471:275627aa60cc
user: martin <martin%NetBSD.org@localhost>
date: Sat Mar 15 14:12:56 2014 +0000
description:
Need to load the full argument
diffstat:
lib/libm/arch/vax/n_support.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d772b1c4e860 -r 275627aa60cc lib/libm/arch/vax/n_support.S
--- a/lib/libm/arch/vax/n_support.S Sat Mar 15 14:09:09 2014 +0000
+++ b/lib/libm/arch/vax/n_support.S Sat Mar 15 14:12:56 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: n_support.S,v 1.8 2014/03/15 12:20:09 martin Exp $ */
+/* $NetBSD: n_support.S,v 1.9 2014/03/15 14:12:56 martin Exp $ */
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
@@ -62,7 +62,7 @@
Lz: ret
ENTRY(copysignf, 0)
- movw 4(%ap),%r0 # load x into %r0
+ movl 4(%ap),%r0 # load x into %r0
bicw3 $0x807f,%r0,%r2 # mask off the exponent of x
beql 1f # if zero or reserved op then return x
bicw3 $0x7fff,8(%ap),%r2 # copy the sign bit of y into %r2
Home |
Main Index |
Thread Index |
Old Index