target-mips: simplify exception generation
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 13:11:42 +0000 (13:11 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 13:11:42 +0000 (13:11 +0000)
commit90267b6352e39379fe5b02b4dd32a6db4e18564b
treed504787e2b334327bc46fa5503dd5a61f09dcc90
parent8105189e23ab881084e15811289fa7fd967201fe
target-mips: simplify exception generation

There is no need to exit the tb after a call to helper_raise_exception
as it already calls cpu_loop_exit().

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7132 c046a42c-6fe2-441c-8c8c-71466251a162
target-mips/translate.c