]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips32/mips64: implement sdl, sdr, swl and swr without reading memory
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 31 May 2013 15:09:56 +0000 (15:09 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 31 May 2013 15:09:56 +0000 (15:09 +0000)
commit3926c436811b227f30d79402f628f0588b0a6eca
tree707daf7f1dc20278f3ffb0a97394c4342cf30966
parent8f83998a808214ea9720cc66858f6c4bb1f498e4
mips32/mips64: implement sdl, sdr, swl and swr without reading memory

New implementation of SDL, SDW, SWL and SWR instructions in a way in which
no memory read is required. This came as an issue for programs that map
memory as write-exec only.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2723
VEX/priv/guest_mips_toIR.c