X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..ecc0ceb4089d506a0b8d16686a95817b331af9cb:/bsd/i386/reg.h diff --git a/bsd/i386/reg.h b/bsd/i386/reg.h index cf1824662..415533afd 100644 --- a/bsd/i386/reg.h +++ b/bsd/i386/reg.h @@ -37,21 +37,6 @@ #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_ */