Fix MEMORY_FAULT_ERROR invocations in bsd-os.c.
SBCL now builds on FreeBSD again.
#include "interr.h"
#include "lispregs.h"
#include "thread.h"
+#include "runtime.h"
+#include "genesis/static-symbols.h"
+#include "genesis/fdefn.h"
#include <sys/types.h>
#include <signal.h>
if (!gencgc_handle_wp_violation(fault_addr))
if(!handle_guard_page_triggered(context,fault_addr))
#ifdef LISP_FEATURE_C_STACK_IS_CONTROL_STACK
- arrange_return_to_lisp_function(context, SymbolFunction(MEMORY_FAULT_HANDLER));
+ arrange_return_to_lisp_function(context, SymbolFunction(MEMORY_FAULT_ERROR));
#else
interrupt_handle_now(signal, siginfo, context);
#endif
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.20.21"
+"0.8.20.22"