Trivial code cleanups
authorPaul Khuong <pvk@pvk.ca>
Sat, 20 Apr 2013 13:31:30 +0000 (15:31 +0200)
committerPaul Khuong <pvk@pvk.ca>
Sat, 20 Apr 2013 13:31:30 +0000 (15:31 +0200)
 Declare a variable as ignored, and descriptors are 64 bit on
 x86-64. The latter was brought to my attention by Douglas Katzman.

src/compiler/generic/genesis.lisp
src/compiler/x86-64/parms.lisp

index 3bba5f8..e633d66 100644 (file)
@@ -2639,6 +2639,7 @@ core and return a descriptor to it."
          (code-object (pop-stack))
          (len (read-byte-arg))
          (sym (make-string len)))
+    #!-sb-dynamic-core (declare (ignore code-object))
     (read-string-as-bytes *fasl-input-stream* sym)
     #!+sb-dynamic-core
     (let ((offset (read-word-arg))
index f51e4ad..3bb0851 100644 (file)
@@ -20,7 +20,7 @@
 ;;; and register specs, we use the Intel convention. But whenever we
 ;;; are talking about stuff the rest of the lisp system might be
 ;;; interested in, we use ``word'' to mean the size of a descriptor
-;;; object, which is 32 bits.
+;;; object, which is 64 bits.
 \f
 ;;;; machine architecture parameters