Specialised VOPs for EQ of fixnum values on x86oids
[sbcl.git] / src / compiler / target-dump.lisp
index 8b4f583..038c645 100644 (file)
@@ -20,7 +20,7 @@
 (defun dump-characters-of-string (s fasl-output)
   (declare (type string s) (type fasl-output fasl-output))
   (dovector (c s)
-    (dump-word (char-code c) fasl-output))
+    (dump-unsigned-byte-32 (char-code c) fasl-output))
   (values))
 #!+sb-unicode
 (defun dump-simple-character-string (s file)