Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 Be explicit about the member of the fld...
details: https://anonhg.NetBSD.org/src/rev/e09939daef14
branches: trunk
changeset: 762500:e09939daef14
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Feb 22 05:07:36 2011 +0000
description:
Be explicit about the member of the fld family wanted here.
diffstat:
sys/arch/amd64/amd64/cpufunc.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3da415ee0f49 -r e09939daef14 sys/arch/amd64/amd64/cpufunc.S
--- a/sys/arch/amd64/amd64/cpufunc.S Tue Feb 22 02:44:58 2011 +0000
+++ b/sys/arch/amd64/amd64/cpufunc.S Tue Feb 22 05:07:36 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.S,v 1.17 2010/07/07 01:14:52 chs Exp $ */
+/* $NetBSD: cpufunc.S,v 1.18 2011/02/22 05:07:36 joerg Exp $ */
/*-
* Copyright (c) 1998, 2007, 2008 The NetBSD Foundation, Inc.
@@ -427,7 +427,7 @@
ENTRY(fldummy)
ffree %st(7)
- fld (%rdi)
+ flds (%rdi)
ret
ENTRY(x86_ldmxcsr)
Home |
Main Index |
Thread Index |
Old Index