From a80fa095365b2d9c5991faf6d134ae67c37c69e6 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 18 Oct 2010 11:38:56 +0000 Subject: [PATCH] 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. --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4