diff options
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h index f31bf77..439a3c9 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -37,7 +37,7 @@ struct tcb { vm_t entry; /* vm root branch */ - struct vm_branch *b_r; + struct vmem *b_r; /* linked list of threads in this process */ struct tcb *next; |
