]> git.proxmox.com Git - mirror_qemu.git/commit
SPARC: Fix LEON3 power down instruction
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 27 Nov 2013 07:50:11 +0000 (08:50 +0100)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Wed, 15 Jan 2014 05:37:33 +0000 (15:37 +1000)
commit1cf892ca2689c84960b4ce4d2723b6bee453711c
tree0fcf837d0bbda53d4e17ef63371985799a3a5b4d
parentd32934c84c72f57e78d430c22974677b7bcabe5d
SPARC: Fix LEON3 power down instruction

Synchronize the program counter before the power down helper call
otherwise interrupts will return to the wrong context.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-sparc/translate.c