]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips64: fix 'unused variable' warning
authorPetar Jovanovic <mips32r2@gmail.com>
Sun, 9 Jun 2013 16:46:14 +0000 (16:46 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Sun, 9 Jun 2013 16:46:14 +0000 (16:46 +0000)
commitfcf4f9368d8d6203ed5786953f92b8d7a2337b4d
tree0acf5fc17cd051d1b29e8b9028275047152cf02d
parent86e8b81f0a200f007190299d972ed68bc3d96bf6
mips64: fix 'unused variable' warning

On a couple of places, the code expected either _MIPSEB or _MIPSEL flag to
use some variables, but none of these flags is set when the code is compiled
for non-MIPS architectures.

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