diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,7 +344,7 @@ void use_tcb(struct tcb *t) use_vmem(t->rpc.vmem); } -struct tcb *get_tcb(id_t tid) +inline struct tcb *get_tcb(id_t tid) { assert(tcbs); |
