|
@@ -420,7 +420,7 @@ static int cpu_common_post_load(void *opaque, int version_id)
|
|
/* 0x01 was CPU_INTERRUPT_EXIT. This line can be removed when the
|
|
/* 0x01 was CPU_INTERRUPT_EXIT. This line can be removed when the
|
|
version_id is increased. */
|
|
version_id is increased. */
|
|
cpu->interrupt_request &= ~0x01;
|
|
cpu->interrupt_request &= ~0x01;
|
|
- tlb_flush(cpu->env_ptr, 1);
|
|
|
|
|
|
+ tlb_flush(cpu, 1);
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|