mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 18:36:48 +00:00
target/arm: Delete unused ARM_FEATURE_CRC
In commit 962fcbf2efe57231a9f5df we converted the uses of the ARM_FEATURE_CRC bit to use the aa32_crc32 isar_feature test instead. However we forgot to remove the now-unused definition of the feature name in the enum. Delete it now. Backports commit cf6303d262e31f4812dfeb654c6c6803e52000af
This commit is contained in:
parent
e0000d1700
commit
e9240f0f54
|
@ -1820,7 +1820,6 @@ enum arm_features {
|
||||||
ARM_FEATURE_V8,
|
ARM_FEATURE_V8,
|
||||||
ARM_FEATURE_AARCH64, /* supports 64 bit mode */
|
ARM_FEATURE_AARCH64, /* supports 64 bit mode */
|
||||||
ARM_FEATURE_CBAR, /* has cp15 CBAR */
|
ARM_FEATURE_CBAR, /* has cp15 CBAR */
|
||||||
ARM_FEATURE_CRC, /* ARMv8 CRC instructions */
|
|
||||||
ARM_FEATURE_CBAR_RO, /* has cp15 CBAR and it is read-only */
|
ARM_FEATURE_CBAR_RO, /* has cp15 CBAR and it is read-only */
|
||||||
ARM_FEATURE_EL2, /* has EL2 Virtualization support */
|
ARM_FEATURE_EL2, /* has EL2 Virtualization support */
|
||||||
ARM_FEATURE_EL3, /* has EL3 Secure monitor support */
|
ARM_FEATURE_EL3, /* has EL3 Secure monitor support */
|
||||||
|
|
Loading…
Reference in a new issue