Revision 1e7fbc6d target-i386/machine.c

b/target-i386/machine.c
383 383
        }
384 384
    }
385 385

  
386
    return cpu_post_load(env, version_id);
386
    tlb_flush(env, 1);
387
    return 0;
387 388
}
388 389

  
389 390
const VMStateDescription vmstate_cpu = {

Also available in: Unified diff