summaryrefslogtreecommitdiff
path: root/include/task_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task_id.h')
-rw-r--r--include/task_id.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/task_id.h b/include/task_id.h
index 985c39848c..2f82e83a8b 100644
--- a/include/task_id.h
+++ b/include/task_id.h
@@ -53,7 +53,10 @@ enum {
/* Number of tasks */
TASK_ID_COUNT,
/* Special task identifiers */
- TASK_ID_INVALID = 0xff /* unable to find the task */
+#ifdef EMU_BUILD
+ TASK_ID_INT_GEN = 0xfe, /* interrupt generator */
+#endif
+ TASK_ID_INVALID = 0xff, /* unable to find the task */
};
#undef TASK