peer review 2
Got that error when i tried to run it in syncsim
I think one of the problem might be because you use "j" insteaf of "jr" in restore_new_process_context
Since you want use it onthe register $k0
and j does not work on registers ( at least i think) you should use "jr" might not fix it but it should be a point in the right direction