Changeset 11584 for trunk/source/compiler/PPC/ppc-arch.lisp
- Timestamp:
- Jan 6, 2009, 9:10:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/PPC/ppc-arch.lisp
r10731 r11584 229 229 interrupt-signal ; used by PROCESS-INTERRUPT 230 230 kernel-imports ; some things we need to have imported for us. 231 tcr-lock231 objc-2-personality 232 232 emulator-registers ; Where the 68K registers are kept. 233 233 appmain ; application's (c-runtime) main() function … … 251 251 heap-end ; end of lisp heap 252 252 statically-linked ; true if the lisp kernel is statically linked 253 stack-size ; value of --stack-size arg254 bad-current-ts ; current temp-stack area253 stack-size ; weak gc policy/algorithm 254 objc-2-begin-catch ; objc_begin_catch 255 255 bad-cs-overflow-limit ; limit for control-stack overflow check 256 256 all-areas ; doubly-linked area list … … 259 259 in-gc ; non-zero when GC-ish thing active 260 260 metering-info ; kernel metering structure 261 doh-head ; creole261 objc-2-end-catch ; _objc_end_catch 262 262 short-float-zero ; low half of 1.0d0 263 263 double-float-one ; high half of 1.0d0 … … 270 270 host-platform ; 0 on MacOS, 1 on PPC Linux, 2 on VxWorks ... 271 271 batch-flag ; non-zero if --batch specified 272 unwind-resume ; objc exception272 unwind-resume ; _Unwind_Resume 273 273 weak-gc-method ; for gc 274 274 image-name ; current image name
Note: See TracChangeset
for help on using the changeset viewer.