diff --git a/cpu.c b/cpu.c index 9bce67ef556b73fc45f86816e3ea94a8db22388b..1646b6ad91b22e462483815f2061ce966c59b5ad 100644 --- a/cpu.c +++ b/cpu.c @@ -52,7 +52,7 @@ static int cpu_common_post_load(void *opaque, int version_id) version_id is increased. */ cpu->interrupt_request &= ~0x01; tlb_flush(cpu); - + // test /* loadvm has just updated the content of RAM, bypassing the * usual mechanisms that ensure we flush TBs for writes to * memory we've translated code from. So we must flush all TBs,