mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-09 14:25:41 +00:00
target/arm: make ARMCPU.ctr 64-bit
When FEAT_MTE is implemented, the AArch64 view of CTR_EL0 adds the TminLine field in bits [37:32]. Extend the ctr field to be able to hold this context. Backports a5fd319ae7f6d496ff5448ec1dedcae8e2f59e9f
This commit is contained in:
parent
e6eb25f75a
commit
fc8e5fe38d
|
@ -884,7 +884,7 @@ struct ARMCPU {
|
|||
uint64_t midr;
|
||||
uint32_t revidr;
|
||||
uint32_t reset_fpsid;
|
||||
uint32_t ctr;
|
||||
uint64_t ctr;
|
||||
uint32_t reset_sctlr;
|
||||
uint64_t pmceid0;
|
||||
uint64_t pmceid1;
|
||||
|
|
Loading…
Reference in a new issue