Changeset 6778 for branches


Ignore:
Timestamp:
Jun 26, 2007, 2:11:17 AM (17 years ago)
Author:
Gary Byers
Message:

Replace some unused globals with things for ObjC 2.0 exception handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/compiler/X86/x86-arch.lisp

    r4440 r6778  
    3232    interrupt-signal                    ; used by PROCESS-INTERRUPT
    3333    kernel-imports                      ; some things we need to have imported for us.
    34     tcr-lock
     34    objc-2-personality
    3535    emulator-registers                  ; Where the 68K registers are kept.
    3636    appmain                             ; application's (c-runtime) main() function
     
    5555    statically-linked                   ; true if the lisp kernel is statically linked
    5656    stack-size                          ; value of --stack-size arg
    57     bad-current-ts                      ; current temp-stack area
     57    objc-2-begin-catch                  ; objc_begin_catch
    5858    bad-funcall                         ; pseudo-target for funcall
    5959    all-areas                           ; doubly-linked area list
     
    6262    in-gc                               ; non-zero when GC-ish thing active
    6363    metering-info                       ; kernel metering structure
    64     doh-head                            ; creole
     64    objc-2-end-catch                    ; _objc_end_catch
    6565    short-float-zero                    ; low half of 1.0d0
    6666    double-float-one                    ; high half of 1.0d0
     
    7373    host-platform                       ; 0 on MacOS, 1 on PPC Linux, 2 on VxWorks ...
    7474    batch-flag                          ; non-zero if --batch specified
    75     BAD-fpscr-save                      ; lisp's fpscr when in FFI-land
     75    unwind-resume                       ; _Unwind_Resume
    7676    BAD-fpscr-save-high                 ; high word of FP reg used to save FPSCR
    7777    image-name                          ; current image name
Note: See TracChangeset for help on using the changeset viewer.