a64_address_space: Reorder declaration appropriately
This commit is contained in:
parent
c30ecd4d0b
commit
6965095cb9
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue