Re: [Qemu-devel] [PATCH] target-sh4: update PTEH upon MMU exception

2011-01-25 Thread Aurelien Jarno
On Tue, Jan 25, 2011 at 01:51:17PM +0900, Alexandre Courbot wrote: > Update the PTEH register to contain the VPN at which an MMU > exception occured as specified by the SH4 reference. > --- > target-sh4/helper.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/targe

[Qemu-devel] [PATCH] target-sh4: update PTEH upon MMU exception

2011-01-24 Thread Alexandre Courbot
Update the PTEH register to contain the VPN at which an MMU exception occured as specified by the SH4 reference. --- target-sh4/helper.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/target-sh4/helper.c b/target-sh4/helper.c index 2d76f22..c34d2f5 100644 --- a/target-s