From 4f4d9fdc89c27aa3346467a24b621954f4564d3b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 29 Dec 2021 23:23:36 +0200 Subject: Refactoring + Mainly just moving stuff out or arch/riscv/ that should be handled in common/ + Prepared separate process stack/call stack for server callbacks, rest to be implemeted soon ish --- include/apos/tcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/tcb.h') diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 1d85e8b..0a07d7b 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -31,7 +31,7 @@ struct tcb { vm_t entry; - struct vm_branch_t *b_r; + struct vm_branch *b_r; }; void threads_insert(struct tcb *t); -- cgit v1.3