diff --git a/tests/migration-test.c b/tests/migration-test.c index 086f727b34e9f4d9bdd49817075ce8bb88e2ce08..e079e0bdb683a22ff46cea7750f87e358a2c4b7e 100644 --- a/tests/migration-test.c +++ b/tests/migration-test.c @@ -300,6 +300,7 @@ static void check_guests_ram(QTestState *who) * to us yet. */ hit_edge = true; + last_byte = b; } else { fprintf(stderr, "Memory content inconsistency at %x" " first_byte = %x last_byte = %x current = %x" @@ -308,7 +309,6 @@ static void check_guests_ram(QTestState *who) bad = true; } } - last_byte = b; } g_assert_false(bad); }