target-mips: fix call to check_*() functions
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 16 Apr 2009 11:51:19 +0000 (11:51 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 16 Apr 2009 11:51:19 +0000 (11:51 +0000)
commit007ac6faed12abdd4113e2460ba4464aacb7f4dd
treecfa23fa5dee1e51be8d7d34285a984f69270417b
parent585c88d5af67be5bf74a557b5365bb91a998de7b
target-mips: fix call to check_*() functions

check_*() functions may in fine call generate_exception(), which ends
by a call to tcg_gen_exit_tb(). As a consequence, we have to make sure
that no TCG temp variables are crossing a check_*() function.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7127 c046a42c-6fe2-441c-8c8c-71466251a162
target-mips/translate.c