Add a safepoint-based mechanism to avoid SIGALRM for the TIMER facility
[sbcl.git] / src / code / save.lisp
index a05a851..c2dd588 100644 (file)
@@ -194,6 +194,8 @@ sufficiently motivated to do lengthy fixes."
 
 (defun deinit ()
   (call-hooks "save" *save-hooks*)
+  #!+sb-wtimer
+  (itimer-emulation-deinit)
   (when (rest (sb!thread:list-all-threads))
     (error "Cannot save core with multiple threads running."))
   (float-deinit)