1.0.3.14: fix print_obj on x86-64
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Fri, 2 Mar 2007 17:52:55 +0000 (17:52 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Fri, 2 Mar 2007 17:52:55 +0000 (17:52 +0000)
commiteb7b749ab699ed56499c608e1ec4c36870e99aed
treecf45d41d4190b2ec6acd582e431786309ea91b90
parent2287399f246955badf9d61bf123145e76eaf884d
1.0.3.14: fix print_obj on x86-64
 * debugging code in print_obj was hardcoded to use 3-bit lowtags.
   Now it's hardcoded to use appropriate 4-bit lowtags on x86-64.
 * Added a fixme about how this should be fixed properly at some point.
src/runtime/print.c
version.lisp-expr