diff options
Diffstat (limited to 'cputlb.c')
| -rw-r--r-- | cputlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cputlb.c b/cputlb.c index 977c0ca59d..19ecf60983 100644 --- a/cputlb.c +++ b/cputlb.c @@ -189,7 +189,7 @@ void cpu_tlb_reset_dirty_all(ram_addr_t start1, ram_addr_t length) CPUState *cpu; CPUArchState *env; - for (cpu = first_cpu; cpu != NULL; cpu = cpu->next_cpu) { + CPU_FOREACH(cpu) { int mmu_idx; env = cpu->env_ptr; |