Changeset 227


Ignore:
Timestamp:
Jan 5, 2004, 7:04:17 PM (21 years ago)
Author:
Gary Byers
Message:

Use "TARGET" package, not "ARCH".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/examples/objc-support.lisp

    r184 r227  
    4040        ;;; Force this code out of the data cache and into memory, so
    4141        ;;; that it'll get loaded into the icache.
    42         (ff-call (%kernel-import #.arch::kernel-import-makedataexecutable)
     42        (ff-call (%kernel-import #.target::kernel-import-makedataexecutable)
    4343                 :address p
    4444                 :unsigned-fullword 8
     
    5151                                   :address frame
    5252                                   :void)
    53   (throw (%get-object frame arch::catch-frame.catch-tag) value))
     53  (throw (%get-object frame target::catch-frame.catch-tag) value))
    5454
    5555;;; Initialize a jmp_buf so that when it's #_longjmp-ed to, it'll
Note: See TracChangeset for help on using the changeset viewer.