Re: [Qemu-devel] [PATCH] target-mips: fix CpU exception for coprocessor 0

2010-02-23 Thread Aurelien Jarno
On Sat, Feb 20, 2010 at 10:19:09AM -0800, Nathan Froyd wrote: > When we signal a CpU exception for coprocessor 0, we should indicate > that it's for coprocessor 0 instead of coprocessor 1. Thanks applied. > Signed-off-by: Nathan Froyd > --- > target-mips/translate.c |2 +- > 1 files changed

[Qemu-devel] [PATCH] target-mips: fix CpU exception for coprocessor 0

2010-02-20 Thread Nathan Froyd
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 --- target-mips/translate.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-mips/translate.c b/target-mips/trans