]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/i386/thread_state.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / osfmk / mach / i386 / thread_state.h
index 759489dcf7bc4f492e13a931e2c3fc26488ca07a..4cd90fa08f9bc2dac7a3b039f18dd8ccabb15a37 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef _MACH_I386_THREAD_STATE_H_
 #define _MACH_I386_THREAD_STATE_H_
 
-/* Size of maximum exported thread state in words */
+/* Size of maximum exported thread state in 32-bit words */
 #define I386_THREAD_STATE_MAX   (614)    /* Size of biggest state possible */
 
 #if defined (__i386__) || defined(__x86_64__)