Changeset 4971
- Timestamp:
- Aug 20, 2006, 4:09:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/X86/X8664/x8664-backend.lisp
r4960 r4971 179 179 :p2-template-hash-name '*x8664-vinsn-templates* 180 180 :p2-compile 'x862-compile 181 :platform-syscall-mask (logior platform-os-darwin platform-cpu-x86 platform-word-size-64) 181 182 :target-specific-features 182 183 '(:x8664 :x86-target :darwin-target :darwinx86-target :x8664-target … … 195 196 :define-callback 'define-x8664-callback 196 197 :defcallback-body 'defcallback-body-x8664 197 :lisp-context-register x8664::fs 198 ;; Overload %gs until Apple straightens things out. 199 :lisp-context-register x8664::gs 198 200 )) 199 201
Note:
See TracChangeset
for help on using the changeset viewer.
