Module Name:    src
Committed By:   joerg
Date:           Tue Feb 22 05:07:36 UTC 2011

Modified Files:
        src/sys/arch/amd64/amd64: cpufunc.S

Log Message:
Be explicit about the member of the fld family wanted here.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/amd64/amd64/cpufunc.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/amd64/cpufunc.S
diff -u src/sys/arch/amd64/amd64/cpufunc.S:1.17 src/sys/arch/amd64/amd64/cpufunc.S:1.18
--- src/sys/arch/amd64/amd64/cpufunc.S:1.17	Wed Jul  7 01:14:52 2010
+++ src/sys/arch/amd64/amd64/cpufunc.S	Tue Feb 22 05:07:36 2011
@@ -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)

Reply via email to