On Tue, May 19, 2015 at 07:33:25PM +0100, Peter Maydell wrote: > Set the exception target EL for MMU faults in tlb_fill. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.igles...@xilinx.com> > --- > target-arm/op_helper.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c > index cda9767..cbb26c4 100644 > --- a/target-arm/op_helper.c > +++ b/target-arm/op_helper.c > @@ -110,6 +110,7 @@ void tlb_fill(CPUState *cs, target_ulong addr, int > is_write, int mmu_idx, > } > > env->exception.syndrome = syn; > + env->exception.target_el = exception_target_el(env); > env->exception.vaddress = addr; > env->exception.fsr = ret; > raise_exception(env, exc); > -- > 1.9.1 >