115a116,122
> // @todo: Pretty convoluted way to avoid squashing from happening
> // when using the TC during an instruction's execution
> // (specifically for instructions that have side-effects that use
> // the TC). Fix this.
> bool in_syscall = this->thread->inSyscall;
> this->thread->inSyscall = true;
>
117a125,126
> this->thread->inSyscall = in_syscall;
>