From c69ab6c435e56a5dc1dc3fb6268ad2f8815653a2 Mon Sep 17 00:00:00 2001 From: imxcc Date: Fri, 28 Jan 2022 15:13:00 +0800 Subject: [PATCH] test 6.2.0 arm ci Signed-off-by: imxcc --- cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu.c b/cpu.c index 9bce67ef55..1646b6ad91 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, -- Gitee