target-arm: Set exception target EL in tlb_fill
Set the exception target EL for MMU faults in tlb_fill. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
8c6084bf10
commit
863b6589d7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user