Changeset 4971


Ignore:
Timestamp:
Aug 20, 2006, 4:09:16 PM (18 years ago)
Author:
Gary Byers
Message:

Darwinx8664: overload %gs, setup syscall mask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-backend.lisp

    r4960 r4971  
    179179                :p2-template-hash-name '*x8664-vinsn-templates*
    180180                :p2-compile 'x862-compile
     181                :platform-syscall-mask (logior platform-os-darwin platform-cpu-x86 platform-word-size-64)
    181182                :target-specific-features
    182183                '(:x8664 :x86-target :darwin-target :darwinx86-target :x8664-target
     
    195196                :define-callback 'define-x8664-callback
    196197                :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
    198200                ))
    199201
Note: See TracChangeset for help on using the changeset viewer.