aboutsummaryrefslogtreecommitdiff
path: root/include/apos/tcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/tcb.h')
-rw-r--r--include/apos/tcb.h2
1 files changed, 1 insertions, 1 deletions
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);