0.9.9.21:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 7 Feb 2006 17:44:43 +0000 (17:44 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 7 Feb 2006 17:44:43 +0000 (17:44 +0000)
Make disassembly on PowerPC (at least) less hideously ugly, by
removing weird WORD #x00000000 overflowingness

src/compiler/target-disassem.lisp
version.lisp-expr

index 01fd03b..ca73952 100644 (file)
       (multiple-value-bind (words bytes)
           (truncate alignment sb!vm:n-word-bytes)
         (when (> words 0)
-          (print-words words stream dstate))
+          (print-inst (* words sb!vm:n-word-bytes) stream dstate))
         (when (> bytes 0)
           (print-inst bytes stream dstate)))
       (print-bytes alignment stream dstate))
index 18332b0..763e043 100644 (file)
@@ -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".)
-"0.9.9.20"
+"0.9.9.21"