[Openmcl-cvs-notifications] r13640 - /trunk/source/lisp-kernel/platform-freebsdx8632.h
gb at clozure.com
gb at clozure.com
Sun Apr 18 12:07:48 UTC 2010
Author: gb
Date: Sun Apr 18 06:07:48 2010
New Revision: 13640
Log:
fix fpu.h location
Modified:
trunk/source/lisp-kernel/platform-freebsdx8632.h
Modified: trunk/source/lisp-kernel/platform-freebsdx8632.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/platform-freebsdx8632.h (original)
+++ trunk/source/lisp-kernel/platform-freebsdx8632.h Sun Apr 18 06:07:48 20=
10
@@ -31,7 +31,7 @@
#include "lisptypes.h"
#include "x86-constants32.h"
=
-#include <machine/fpu.h>
+#include "freebsdx8632/fpu.h"
#define xpGPRvector(x) ((natural *)(&((x)->uc_mcontext)))
#define xpGPR(x,gprno) (xpGPRvector(x)[gprno])
#define set_xpGPR(x,gpr,new) xpGPR((x),(gpr)) =3D (natural)(new)
More information about the Openmcl-cvs-notifications
mailing list