]> git.saurik.com Git - apple/libc.git/blobdiff - i386/sys/setjmp.s
Libc-391.5.18.tar.gz
[apple/libc.git] / i386 / sys / setjmp.s
index ac7b28b0211116d9a4d55ac86977dcc5cd8af32c..0dba96ffd811aae7eec9e321d7e67d2e5fee49f2 100644 (file)
  */
 
 #include <architecture/i386/asm_help.h>
-#include "SYS.h"
+#include <SYS.h>
 
-#define JB_ONSTACK     0
+// The FP control word is actually two bytes, but there's no harm in
+// using four bytes for it and keeping the struct aligned.
+#define JB_FPCW                0
 #define JB_MASK                4
-#define JB_EAX         8
+#define JB_MXCSR       8
 #define JB_EBX         12
 #define JB_ECX         16
 #define JB_EDX         20