]> git.ipfire.org Git - thirdparty/qemu.git/commit - target-sparc/translate.c
Sparc: fix PC/NPC during FPU traps
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 17 Apr 2010 16:25:04 +0000 (16:25 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 17 Apr 2010 16:25:04 +0000 (16:25 +0000)
commitcca1d527efaa8ce65b4a78f936af82cc7cc96e82
tree31c7e11eb13ee479485cc8bfe9a00d37252e0208
parent655feed5d9889a0391023ee518bcba4dbd09438c
Sparc: fix PC/NPC during FPU traps

All FPU instructions can trap, so save PC/NPC state before
executing them.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c