On 2/22/23 09:35, Aaron Lindsay wrote:
+ if (cpu_isar_feature(aa64_pauth_epac, env_archcpu(env))) {
It might be cleaner, especially later, to have ARMCPU *cpu = env_archcpu(env); at the top of the function. r~
On 2/22/23 09:35, Aaron Lindsay wrote:
+ if (cpu_isar_feature(aa64_pauth_epac, env_archcpu(env))) {
It might be cleaner, especially later, to have ARMCPU *cpu = env_archcpu(env); at the top of the function. r~