]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/i386/thread_state.h
xnu-792.21.3.tar.gz
[apple/xnu.git] / osfmk / mach / i386 / thread_state.h
index c7791001ee7f2405bed8f3e9649fb5932adfd07d..a455d784a03bf236d981e2ce98f5064a6b98eae4 100644 (file)
 #ifndef _MACH_I386_THREAD_STATE_H_
 #define _MACH_I386_THREAD_STATE_H_
 
-/* Size of maximum exported thread state in words */
-#define I386_THREAD_STATE_MAX  (144)    /* Size of biggest state possible */
+#define I386_THREAD_STATE_MAX  144
 
-#if defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__)
 #define THREAD_STATE_MAX       I386_THREAD_STATE_MAX
 #endif