Just shoot me now. FIXNUMs should continue to appear as signed data.
authorMichael R. Blair <edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 17:57:43 +0000 (17:57 +0000)
committerMichael R. Blair <edu/mit/csail/zurich/ziggy>
Mon, 5 Jun 2006 17:57:43 +0000 (17:57 +0000)
v7/src/microcode/ppband.c

index 6fc254483c93a5d51370b61fd59b4d7e912f5796..ff72118941bb4af605f1cff481e06f32809b7d8b 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ppband.c,v 9.62 2006/06/05 17:28:10 ihtfisp Exp $
+$Id: ppband.c,v 9.63 2006/06/05 17:57:43 ihtfisp Exp $
 
 Copyright (c) 1987-2006 Massachusetts Institute of Technology
 
@@ -449,7 +449,7 @@ DEFUN (Display, (Location, Type, The_Datum),
 
     case TC_FIXNUM:
       PRINT_OBJECT ("FIXNUM", The_Datum);
-      Points_To = (FIXNUM_TO_ULONG ((MAKE_OBJECT (Type, The_Datum))));
+      Points_To = (FIXNUM_TO_LONG ((MAKE_OBJECT (Type, The_Datum))));
       printf (" = %ld\n", ((signed long) Points_To));
       return;