target-mips: do not save CPU state when using retranslation
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Oct 2012 14:55:47 +0000 (15:55 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:45 +0000 (22:20 +0100)
commit1e0e239a89b5a5ffe475a8efce5e59383a88af44
tree3f538937a8fc23a12261e23ecff3059d04ceae65
parent4636401d99c113c67229ceabe93666767a619a25
target-mips: do not save CPU state when using retranslation

When the CPU state after a possible retranslation is going to be handled
through code retranslation, we don't need to save the CPU state before.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c