Doh... Forgot to add missing 0x prefix to hex constants.
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Feb 2008 03:52:10 +0000 (03:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Feb 2008 03:52:10 +0000 (03:52 +0000)
v7/src/microcode/prdb4.scm

index 36726d577fdf3809ba7d088cd02f49181cd51b38..8d9b1d60b61df2d05de714ac3fc7640158cb0f1f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: prdb4.scm,v 1.2 2008/01/30 20:02:18 cph Exp $
+$Id: prdb4.scm,v 1.3 2008/02/21 03:52:10 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -84,7 +84,7 @@ USA.
                  ((removed) "<")
                  (else (error "Unknown action:" action)))
                port)
-  (write-string " " port)
+  (write-string " 0x" port)
   (write-string version port)
   (write-string ")" port))
 \f