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)
commit45d8cae8f13ad6e2cb240b0bfb9a50518335496c
treecfa23fa5dee1e51be8d7d34285a984f69270417b
parenta649001e15f74bc1db7d404fb4468d0cb300d860
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