Index: /trunk/ccl/lisp-kernel/x86-exceptions.c
===================================================================
--- /trunk/ccl/lisp-kernel/x86-exceptions.c	(revision 6274)
+++ /trunk/ccl/lisp-kernel/x86-exceptions.c	(revision 6275)
@@ -559,4 +559,7 @@
 #ifdef LINUX
   return (xpGPR(xp,REG_ERR) & 0x2) != 0;
+#endif
+#ifdef FREEBSD
+  return (xp->uc_mcontext.mc_err & 0x2) != 0;
 #endif
 }
