Changeset 5077


Ignore:
Timestamp:
Sep 3, 2006, 12:01:26 PM (18 years ago)
Author:
Gary Byers
Message:

Make CHAR-CODE-LIMIT an attribute of the target arch, for bootstrapping.

Location:
trunk/ccl/compiler/PPC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp

    r4883 r5077  
    799799                          :fulltagmask fulltagmask
    800800                          :fulltag-misc fulltag-misc
     801                          :char-code-limit 256
    801802                          ))
    802803
  • trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp

    r4883 r5077  
    869869                          :fulltagmask fulltagmask
    870870                          :fulltag-misc fulltag-misc
     871                          :char-code-limit 256
    871872                          ))
    872873
Note: See TracChangeset for help on using the changeset viewer.