aboutsummaryrefslogtreecommitdiff
path: root/src/sys/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/core.c')
-rw-r--r--src/sys/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/core.c b/src/sys/core.c
index b492548..13fdbfe 100644
--- a/src/sys/core.c
+++ b/src/sys/core.c
@@ -60,6 +60,7 @@ void sysinit(void)
add_thread(testlocal, 0);
add_thread(testlocal, 1);
add_thread(testlocal, 3);
+ void* a = malloca(7, 9);
}
struct Mutex testm = {.addr = (void*)0xDEADBEEF, .pid = NULL_PID};