CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2013/06/28 12:56:10

Modified files:
        sys/arch/mips64/mips64: cache_tfp.c 

Log message:
Fix unitialized variable; Maxime Villard.
Interestingly enough, gcc did not warn about this because the register allocator
had optimized the uninitialized `eva' local into using the same register as the
initialized `va' local. Therefore it had been initialized. *facepalm*

Reply via email to