mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 06:25:12 +00:00
target/arm: Prune a15 features from max
There is no need to re-set these 3 features already implied by the call to aarch64_a15_initfn. Backports commit 0b33968e7f4cf998f678b2d1a5be3d6f3f3513d8 from qemu
This commit is contained in:
parent
d950e69174
commit
0da6b74f69
|
@ -1549,9 +1549,6 @@ static void arm_max_initfn(struct uc_struct *uc, Object *obj, void *opaque)
|
|||
* since we don't correctly set the ID registers to advertise them,
|
||||
*/
|
||||
set_feature(&cpu->env, ARM_FEATURE_V8);
|
||||
set_feature(&cpu->env, ARM_FEATURE_VFP4);
|
||||
set_feature(&cpu->env, ARM_FEATURE_NEON);
|
||||
set_feature(&cpu->env, ARM_FEATURE_THUMB2EE);
|
||||
set_feature(&cpu->env, ARM_FEATURE_V8_AES);
|
||||
set_feature(&cpu->env, ARM_FEATURE_V8_SHA1);
|
||||
set_feature(&cpu->env, ARM_FEATURE_V8_SHA256);
|
||||
|
|
Loading…
Reference in a new issue