Revision d77953b9 qom/cpu.c

b/qom/cpu.c
33 33
static void cpu_common_reset(CPUState *cpu)
34 34
{
35 35
    cpu->exit_request = 0;
36
    cpu->current_tb = NULL;
36 37
}
37 38

  
38 39
ObjectClass *cpu_class_by_name(const char *typename, const char *cpu_model)

Also available in: Unified diff