Re: [Qemu-devel] [PATCH 03/11] target-mips: change interrupt bits to be mips16-aware

2009-11-28 Thread Aurelien Jarno
On Mon, Nov 23, 2009 at 12:50:01PM -0800, Nathan Froyd wrote: > > Signed-off-by: Nathan Froyd > --- > target-mips/helper.c| 47 > ++- > target-mips/op_helper.c | 10 +++--- > 2 files changed, 33 insertions(+), 24 deletions(-) > > diff --g

[Qemu-devel] [PATCH 03/11] target-mips: change interrupt bits to be mips16-aware

2009-11-23 Thread Nathan Froyd
Signed-off-by: Nathan Froyd --- target-mips/helper.c| 47 ++- target-mips/op_helper.c | 10 +++--- 2 files changed, 33 insertions(+), 24 deletions(-) diff --git a/target-mips/helper.c b/target-mips/helper.c index 4a37277..e54a31a 100644 --