From 44a73ecab6e91519627786a5101cd4f1a2f2b0d7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 30 Oct 2024 00:57:33 +0200 Subject: most of the way to passing tests --- src/proc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/proc.c') diff --git a/src/proc.c b/src/proc.c index 1c90fdc..62b3e42 100644 --- a/src/proc.c +++ b/src/proc.c @@ -25,7 +25,6 @@ stat_t prepare_proc(struct tcb *t, vm_t bin, vm_t interp) return ERR_INVAL; t->callback = entry; - alloc_stack(t); set_thread(t); set_return(t, entry); return OK; -- cgit v1.3