From: Nikodemus Siivola Date: Mon, 18 Oct 2010 11:38:56 +0000 (+0000) Subject: 1.0.43.66: disassembler: remove unsafe SAP from MAKE-DSTATE X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=a80fa095365b2d9c5991faf6d134ae67c37c69e6;p=sbcl.git 1.0.43.66: disassembler: remove unsafe SAP from MAKE-DSTATE The old code was about as sane and safe as initializing it with (INT-SAP (RANDOM-ADDRESS)). Allow DSTATE-SEGMENT-SAP to be NIL till it is properly initialized. --- diff --git a/version.lisp-expr b/version.lisp-expr index 3bcf62b..db56d29 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; 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".) -"1.0.43.65" +"1.0.43.66"