32a33,34
> #include "arch/mips/linux/linux.hh"
> #include "sim/eventq.hh"
34d35
<
50a52,53
> void startup();
>
56,57c59,60
< /// Array of syscall descriptors, indexed by call number.
< static SyscallDesc syscallDescs[];
---
> /// ID of the thread group leader for the process
> uint64_t __tgid;
58a62,63
> /// Array of syscall descriptors, indexed by call number.
> static SyscallDesc syscallDescs[];
62d66
<