Changeset 8030


Ignore:
Timestamp:
Jan 9, 2008, 11:44:46 PM (17 years ago)
Author:
Gary Byers
Message:

Add definitions for TSP-FRAME/CSP-FRAME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0711/ccl/compiler/X86/X8664/x8664-arch.lisp

    r8010 r8030  
    612612  return-address
    613613  xtra)
     614
     615(define-storage-layout tsp-frame 0
     616  backptr
     617  rbp)
     618
     619(define-storage-layout csp-frame 0
     620  backptr
     621  rbp)
     622
    614623
    615624(define-storage-layout xcf 0            ;"exception callback frame"
Note: See TracChangeset for help on using the changeset viewer.