]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips32: Fixed the problem with FCSR register.
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Tue, 22 Oct 2013 08:52:46 +0000 (08:52 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Tue, 22 Oct 2013 08:52:46 +0000 (08:52 +0000)
commit8061ce941fc5dd0391eda2fd5ae142feb807d2fa
tree43a476a1a87438dc057ab7d0ffe9e05a75ae48aa
parentae54e75678adf7fb6c8fd66640b49a83d43314f7
mips32: Fixed the problem with FCSR register.

Until now, Valgrind has read two registers to calculate FCSR
value. From now on, Valgrind reads exact number of fpu
registers (one or two).

git-svn-id: svn://svn.valgrind.org/vex/trunk@2794
VEX/priv/guest_mips_defs.h
VEX/priv/guest_mips_helpers.c
VEX/priv/guest_mips_toIR.c