X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=c2dd588b1f7ed2eed1525af8c0ef6e08967896b0;hb=b7e68df14bbdcee894af620e4168328797be94b9;hp=a05a8510540c2f6d0a2f6ec70631a3aa737a5ed6;hpb=3f8a69b8341702c1fb544af546e079b35761c48a;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index a05a851..c2dd588 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -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)