Changeset 254


Ignore:
Timestamp:
Jan 10, 2004, 10:08:37 PM (21 years ago)
Author:
Gary Byers
Message:

Fix nil-value constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp

    r205 r254  
    652652    (if pos (* (1+ pos) symbol.size))))
    653653
    654 (defconstant nil-value (+ #x2000 symbol.size fulltag-vector))
     654(defconstant nil-value (+ #x2000 symbol.size fulltag-uvector))
    655655
    656656
Note: See TracChangeset for help on using the changeset viewer.