sim: mips: fix uninitialized register use In the default case, this code will read from this variable before it is initialized as a dummy access. Set it to 0 to fix the compiler warning.