Changeset 227
- Timestamp:
- Jan 5, 2004, 7:04:17 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/objc-support.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/objc-support.lisp
r184 r227 40 40 ;;; Force this code out of the data cache and into memory, so 41 41 ;;; 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) 43 43 :address p 44 44 :unsigned-fullword 8 … … 51 51 :address frame 52 52 :void) 53 (throw (%get-object frame arch::catch-frame.catch-tag) value))53 (throw (%get-object frame target::catch-frame.catch-tag) value)) 54 54 55 55 ;;; Initialize a jmp_buf so that when it's #_longjmp-ed to, it'll
Note:
See TracChangeset
for help on using the changeset viewer.
