Changeset 5644


Ignore:
Timestamp:
Dec 29, 2006, 12:37:33 AM (18 years ago)
Author:
Gary Byers
Message:

xload-static-space-address for ppc64 is #x2000; still #x1000 for ppc32.
(need to set this for x86-64)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/xdump/xppcfasload.lisp

    r5169 r5644  
    112112   :static-space-init-function 'ppc32-initialize-static-space
    113113   :purespace-reserve (ash 64 20)
     114   :static-space-address (ash 1 12)
    114115))
    115116
     
    135136   :nil-relative-symbols ppc::*ppc-nil-relative-symbols*
    136137   :static-space-init-function 'ppc64-initialize-static-space
    137    :purespace-reserve (ash 64 20)   
     138   :purespace-reserve (ash 64 20)
     139   :static-space-address (ash 2 12)
    138140   ))
    139141
Note: See TracChangeset for help on using the changeset viewer.