Revision b7e516ce target-xtensa/helper.c

b/target-xtensa/helper.c
33 33
#include "hw/loader.h"
34 34
#endif
35 35

  
36
void cpu_state_reset(CPUXtensaState *env)
37
{
38
    cpu_reset(ENV_GET_CPU(env));
39
}
40

  
41 36
static struct XtensaConfigList *xtensa_cores;
42 37

  
43 38
void xtensa_register_core(XtensaConfigList *node)

Also available in: Unified diff