Revision f8ed7070 target-m68k/cpu.h

b/target-m68k/cpu.h
229 229
#if defined(CONFIG_USER_ONLY)
230 230
static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
231 231
{
232
    if (!newsp)
232
    if (newsp)
233 233
        env->aregs[7] = newsp;
234 234
    env->dregs[0] = 0;
235 235
}

Also available in: Unified diff