Revision b7e516ce target-s390x/helper.c

b/target-s390x/helper.c
106 106
    return 1;
107 107
}
108 108

  
109
#endif /* CONFIG_USER_ONLY */
110

  
111
void cpu_state_reset(CPUS390XState *env)
112
{
113
    cpu_reset(ENV_GET_CPU(env));
114
}
115

  
116
#ifndef CONFIG_USER_ONLY
109
#else /* !CONFIG_USER_ONLY */
117 110

  
118 111
/* Ensure to exit the TB after this call! */
119 112
static void trigger_pgm_exception(CPUS390XState *env, uint32_t code, uint32_t ilc)

Also available in: Unified diff