Index: /branches/working-0711/ccl/compiler/X86/X8664/x8664-arch.lisp
===================================================================
--- /branches/working-0711/ccl/compiler/X86/X8664/x8664-arch.lisp	(revision 8029)
+++ /branches/working-0711/ccl/compiler/X86/X8664/x8664-arch.lisp	(revision 8030)
@@ -612,4 +612,13 @@
   return-address
   xtra)
+
+(define-storage-layout tsp-frame 0
+  backptr
+  rbp)
+
+(define-storage-layout csp-frame 0
+  backptr
+  rbp)
+
 
 (define-storage-layout xcf 0            ;"exception callback frame"
