]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: fix corner case for INS instruction
authorPetar Jovanovic <mips32r2@gmail.com>
Sat, 27 Apr 2013 01:15:48 +0000 (01:15 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Sat, 27 Apr 2013 01:15:48 +0000 (01:15 +0000)
commitaad3e42f8b3c2fb89c15d6ae817d53047f448c2c
tree8e69969866174f811f03f3574c9dea2243ff6ef3
parent5bf83f89584d408bc3f1c62c1d4ee899ea7bd6d7
mips: fix corner case for INS instruction

This change fixes corner case for INS instruction when lsb = 0.
The test in none/tests/mips32/MIPS32int.c will be extended to include
additional test cases that trigger this condition.

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