X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..7b00c0c43f52e9d27168e67a26aac19065cdb40c:/ppc/sys/_setjmp.h diff --git a/ppc/sys/_setjmp.h b/ppc/sys/_setjmp.h index 8d5da57..68fb686 100644 --- a/ppc/sys/_setjmp.h +++ b/ppc/sys/_setjmp.h @@ -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 */ @@ -123,7 +122,8 @@ /* 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