summaryrefslogtreecommitdiff
path: root/tool/patches/thread_status.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-07-11 17:20:06 +0000
committerJay Freeman <saurik@saurik.com>2008-07-11 17:20:06 +0000
commit14ac7b13f5c856baad539491c6ae4e97619dd56a (patch)
tree8f7e1eb897de8e5b42b39de8f41763c153991de8 /tool/patches/thread_status.diff
parentaf30c7d1c5f8d25823d475dc70c90235597783c2 (diff)
Merged to latest Telesphoreo headers.
git-svn-id: http://svn.telesphoreo.org/trunk@355 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches/thread_status.diff')
-rw-r--r--tool/patches/thread_status.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/tool/patches/thread_status.diff b/tool/patches/thread_status.diff
new file mode 100644
index 000000000..01c24ff69
--- /dev/null
+++ b/tool/patches/thread_status.diff
@@ -0,0 +1,12 @@
+diff --git a/mach/arm/thread_status.h b/mach/arm/thread_status.h
+index 69f9f4f..cc66a92 100755
+--- a/mach/arm/thread_status.h
++++ b/mach/arm/thread_status.h
+@@ -2,6 +2,7 @@
+ #define _MACH_ARM_THREAD_STATUS_H_
+
+ #define ARM_THREAD_STATE 1
++#define THREAD_STATE_NONE 2
+
+ typedef struct arm_thread_state {
+ unsigned int r0;