mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
a64_address_space: Reorder declaration appropriately
This commit is contained in:
parent
c30ecd4d0b
commit
6965095cb9
@ -396,11 +396,11 @@ EmitConfig A64AddressSpace::GetEmitConfig() {
|
||||
|
||||
.hook_isb = conf.hook_isb,
|
||||
|
||||
.tpidr_el0 = conf.tpidr_el0,
|
||||
.tpidrro_el0 = conf.tpidrro_el0,
|
||||
.cntfreq_el0 = conf.cntfrq_el0,
|
||||
.dczid_el0 = conf.dczid_el0,
|
||||
.ctr_el0 = conf.ctr_el0,
|
||||
.dczid_el0 = conf.dczid_el0,
|
||||
.tpidrro_el0 = conf.tpidrro_el0,
|
||||
.tpidr_el0 = conf.tpidr_el0,
|
||||
|
||||
.wall_clock_cntpct = conf.wall_clock_cntpct,
|
||||
.enable_cycle_counting = conf.enable_cycle_counting,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user