]> git.ipfire.org Git - thirdparty/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 17:27:54 +0000 (18:27 +0100)
commit9f59ddcc4fb4cf4f96b2751d4170596c8df19280
tree1ce1952cb18c9b10ae2b56feed0e2f101aa7738a
parent307331a42a39b46487f8f4356eaa943101f6af4e
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>
(cherry picked from commit 13f160cebd0778113ba8d251aea297286b1666cb)
target-mips/translate.c