]> git.saurik.com Git - apple/libc.git/blobdiff - ppc/sys/_setjmp.h
Libc-763.13.tar.gz
[apple/libc.git] / ppc / sys / _setjmp.h
index 8d5da57cb284df3c840d156ff1c4f26f44834442..68fb68619519446fc754c568c766e6624d17487d 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -83,7 +81,8 @@
 /* save room for 12 VRs (v20-v31), or 0xC0 bytes */
 #define JMP_fp_base_addr 0x144
 /* save room for 18 FPRs (f14-f31), or 0x90 bytes */
-#define JMP_buf_end 0x1d4
+#define        JMP_ss_flags     0x1d4
+#define JMP_buf_end 0x1d8
 
  
  /* 64-bit-mode layout */
 /* save room for 12 VRs (v20-v31), or 0xC0 bytes */
 #define JMP_fp_base_addr 0x1ac
 /* save room for 18 FPRs (f14-f31), or 0x90 bytes */
-#define JMP_buf_end 0x23c
+#define        JMP_ss_flags     0x23c
+#define JMP_buf_end 0x240
 
 #else
 #error architecture not supported