Fix some disassembler cruft.
commit0b09aeb3526f39004016ce1df5f3bbc73b15cfc9
authorDouglas Katzman <dougk@google.com>
Sat, 17 Sep 2016 02:05:22 +0000 (16 22:05 -0400)
committerDouglas Katzman <dougk@google.com>
Sat, 17 Sep 2016 02:05:22 +0000 (16 22:05 -0400)
tree19f694e9b29d06552287d09b94931e409f40832c
parentd8395895ef14e974195a8418dba44a2d4ec95eea
Fix some disassembler cruft.

- Potential buffer overrun in DISASSEMBLE-MEMORY.

- Add missing (WHEN STREAM) guarding a FORMAT call.

- Delete BYTES-TO-WORDS - not a particularly obvious name,
  because it could reasonably either mean either CEILING or FLOOR.

- PRINT-WORDS was never called, delete it.
src/compiler/disassem.lisp
src/compiler/target-disassem.lisp