PERFORCE change 79256 for review
Peter Wemm
peter at FreeBSD.org
Thu Jun 30 07:03:59 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79256
Change 79256 by peter at peter_overcee on 2005/06/30 07:03:24
Compile fix for ia64
Affected files ...
.. //depot/projects/hammer/sys/compat/ia32/ia32_reg.h#2 edit
Differences ...
==== //depot/projects/hammer/sys/compat/ia32/ia32_reg.h#2 (text+ko) ====
@@ -90,6 +90,13 @@
int en_fos; /* floating operand segment selector */
};
+#ifdef __ia64__
+/* Layout of an x87 fpu register (amd64 gets this elsewhere) */
+struct fpacc87 {
+ u_char fp_bytes[10];
+};
+#endif
+
/* Floating point context */
struct save87 {
struct env87 sv_env; /* floating point control/status */
More information about the p4-projects
mailing list