diff --git a/compiler/codegen.lisp b/compiler/codegen.lisp
index 12074a328b5bc492d28c1b9ef35adc6b655e83b4..80e3dde25c703d217c19cb5e16bc8f1a469e2e38 100644
--- a/compiler/codegen.lisp
+++ b/compiler/codegen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.23 1994/10/31 04:27:28 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.24 2008/05/22 13:44:25 rtoy Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -153,7 +153,7 @@
       (:align
        (format t "~0,8T.align~0,8T~A~%" args))
       (t
-       (format t "~0,8T~A~@[~0,8T~{~A~^, ~}~]~%" inst args))))
+       (format t "~0,8T~A~@[~0,8T~{~S~^, ~}~]~%" inst args))))
   (undefined-value))
 
 
diff --git a/compiler/debug.lisp b/compiler/debug.lisp
index bfdafe881a3a63cf44a83e54a55b875d6ed1bd0d..fc883038df353220f6d90966de5441d3f34a4d49 100644
--- a/compiler/debug.lisp
+++ b/compiler/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.35 2002/12/07 18:19:33 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.36 2008/05/22 13:44:25 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1176,8 +1176,8 @@
     (pprint-newline :linear)
     (when (vop-codegen-info vop)
       (princ (with-output-to-string (stream)
-	       (let ((*print-level* 1)
-		     (*print-length* 3))
+	       (let ((*print-level* 2)
+		     (*print-length* 5))
 		 (format stream "{~{~S~^ ~}} " (vop-codegen-info vop)))))
       (pprint-newline :linear))
     (when (vop-results vop)