Make disassembly on PowerPC (at least) less hideously ugly, by
removing weird WORD #x00000000 overflowingness
(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))
;;; 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"