Backward compatibility to enable full 64bits address space
This commit is contained in:
@ -378,6 +378,9 @@ ARMCPU *cpu_aarch64_init(struct uc_struct *uc)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Backward compatability to enable FULL 64bits address space.
|
||||||
|
env->pstate = PSTATE_MODE_EL1h;
|
||||||
|
|
||||||
arm_rebuild_hflags(env);
|
arm_rebuild_hflags(env);
|
||||||
|
|
||||||
return cpu;
|
return cpu;
|
||||||
|
Reference in New Issue
Block a user