]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips32: Fpu guest registers are ULong and the initial values need to be
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Thu, 27 Feb 2014 14:17:19 +0000 (14:17 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Thu, 27 Feb 2014 14:17:19 +0000 (14:17 +0000)
commitb24120b5a36756d23864ce08e723483a4ab5c67f
treeb24d7efec3f7bccabffa599c0cc0588c4b87e0a6
parent6045e466008c91abab126b01851d959297066a6b
mips32: Fpu guest registers are ULong and the initial values need to be
extended.

Because we are supporting both big and little endian mips32 we need to
make sure that the initial values for the fpu registers are the same for both
endian.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2827
VEX/priv/guest_mips_helpers.c