a64_address_space: Reorder declaration appropriately

This commit is contained in:
Merry 2022-11-29 12:52:28 +00:00 committed by Liam
parent c30ecd4d0b
commit 6965095cb9

View file

@ -396,11 +396,11 @@ EmitConfig A64AddressSpace::GetEmitConfig() {
.hook_isb = conf.hook_isb, .hook_isb = conf.hook_isb,
.tpidr_el0 = conf.tpidr_el0,
.tpidrro_el0 = conf.tpidrro_el0,
.cntfreq_el0 = conf.cntfrq_el0, .cntfreq_el0 = conf.cntfrq_el0,
.dczid_el0 = conf.dczid_el0,
.ctr_el0 = conf.ctr_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, .wall_clock_cntpct = conf.wall_clock_cntpct,
.enable_cycle_counting = conf.enable_cycle_counting, .enable_cycle_counting = conf.enable_cycle_counting,