mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-arm: c12_vbar -> vbar_el[]
No functional change. Preparation for adding EL2 and 3 versions of this reg. Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-id: 1400980132-25949-9-git-send-email-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
d81c519c40
commit
68fdb6c5b0
3 changed files with 5 additions and 5 deletions
|
@ -443,7 +443,7 @@ void aarch64_cpu_do_interrupt(CPUState *cs)
|
|||
{
|
||||
ARMCPU *cpu = ARM_CPU(cs);
|
||||
CPUARMState *env = &cpu->env;
|
||||
target_ulong addr = env->cp15.c12_vbar;
|
||||
target_ulong addr = env->cp15.vbar_el[1];
|
||||
int i;
|
||||
|
||||
if (arm_current_pl(env) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue