aboutsummaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-16 12:46:30 -0700
committerChristian Cunningham <cc@localhost>2022-03-16 12:46:30 -0700
commitb7590870cfd909baca7b5dc1d954e233ec92092e (patch)
tree05f9747dc08d65c3910a5f2d7f1385eb0bb3ceb6 /src/globals.c
parent4cf9e1ac0f0f6133baf4e8136e600ea51aaab65d (diff)
List Schedule
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.c b/src/globals.c
index c704cb4..37853cd 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -26,3 +26,4 @@ __attribute__((section(".bss.mutexs"))) struct Mutex mutexs[MAX_MUTEXS];
// 4+ - Reserved
__attribute__((section(".bss.threadl"))) unsigned char thread_table[MAX_THREADS];
__attribute__((section(".bss.threads"))) struct Thread threads[MAX_THREADS];
+__attribute__((section(".bss.threade"))) struct ThreadEntry thread_entries[MAX_THREADS];