]> git.proxmox.com Git - qemu.git/commit
target-mips: correctly restore btarget upon exception
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Oct 2012 14:42:55 +0000 (15:42 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:45 +0000 (22:20 +0100)
commit4636401d99c113c67229ceabe93666767a619a25
tree3fb82da26075c17ec8a7c8017d36e1cecc32f76b
parentb3a1be87bac3a6aaa59bb88c1410f170dc9b22d5
target-mips: correctly restore btarget upon exception

When the CPU state is restored through retranslation after an exception,
btarget should also be restored.

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