]> git.proxmox.com Git - qemu.git/commit
target-mips: fix CpU exception for coprocessor 0
authorNathan Froyd <froydnj@codesourcery.com>
Sat, 20 Feb 2010 18:19:09 +0000 (10:19 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 23 Feb 2010 18:47:24 +0000 (19:47 +0100)
commitc2c65dab45bc640dc7a3d1fb259472b029bb420f
tree3582ee1215c188d6e5b997d0b8afc273df818310
parent6462bfcdeda8ac9061e52f15ed06aae16b260d4c
target-mips: fix CpU exception for coprocessor 0

When we signal a CpU exception for coprocessor 0, we should indicate
that it's for coprocessor 0 instead of coprocessor 1.

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c