]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/reg.h
xnu-792.18.15.tar.gz
[apple/xnu.git] / bsd / i386 / reg.h
index cf182466226b673e7ac6986c21ad170e5fb12099..415533afdfdf352cb869cf39e4bddd90e864a35f 100644 (file)
 #ifndef _BSD_I386_REG_H_
 #define _BSD_I386_REG_H_
 
-/* FIXME - should include mach/i386/thread_status.h and 
-  construct the values from i386_saved_state
- */
-#define        EDX     9
-#define        ECX     10
-#define        EAX     11
-#define        EIP     14
-#define        EFL     16
-#define        ESP     7
-#define        UESP    17
-#define        PS      EFL
-#define        PC      EIP
-#define        SP      UESP
-
-
 
 #endif /* _BSD_I386_REG_H_ */