Changeset 618


Ignore:
Timestamp:
Mar 6, 2004, 2:04:58 AM (21 years ago)
Author:
Gary Byers
Message:

Move image-base to #x200000 on Darwin.

File:
1 edited

Legend:

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

    r352 r618  
    176176;;; This should probably be a function of the target backend.
    177177(defparameter *xload-image-base-address*
    178   #+darwinppc-target #x01000000
     178  #+darwinppc-target #x02000000
    179179  #+linuxppc-target #x31000000)
    180180
Note: See TracChangeset for help on using the changeset viewer.