commit | 7b2298cbd812320c7f78d41d556ecb174cfdd675 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jun 15 00:39:28 2021 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Jun 16 01:51:32 2021 -0400 |
tree | 8b63620515e20a0bd7e0aafe11a1970aac52b204 | |
parent | a8a3d90792ae60239ef6ae9c38f133c8ade40761 [diff] |
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.