- Timestamp:
- Jun 26, 2007, 2:11:17 AM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/compiler/X86/x86-arch.lisp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/compiler/X86/x86-arch.lisp
r4440 r6778 32 32 interrupt-signal ; used by PROCESS-INTERRUPT 33 33 kernel-imports ; some things we need to have imported for us. 34 tcr-lock34 objc-2-personality 35 35 emulator-registers ; Where the 68K registers are kept. 36 36 appmain ; application's (c-runtime) main() function … … 55 55 statically-linked ; true if the lisp kernel is statically linked 56 56 stack-size ; value of --stack-size arg 57 bad-current-ts ; current temp-stack area57 objc-2-begin-catch ; objc_begin_catch 58 58 bad-funcall ; pseudo-target for funcall 59 59 all-areas ; doubly-linked area list … … 62 62 in-gc ; non-zero when GC-ish thing active 63 63 metering-info ; kernel metering structure 64 doh-head ; creole64 objc-2-end-catch ; _objc_end_catch 65 65 short-float-zero ; low half of 1.0d0 66 66 double-float-one ; high half of 1.0d0 … … 73 73 host-platform ; 0 on MacOS, 1 on PPC Linux, 2 on VxWorks ... 74 74 batch-flag ; non-zero if --batch specified 75 BAD-fpscr-save ; lisp's fpscr when in FFI-land75 unwind-resume ; _Unwind_Resume 76 76 BAD-fpscr-save-high ; high word of FP reg used to save FPSCR 77 77 image-name ; current image name
Note:
See TracChangeset
for help on using the changeset viewer.
