Revision f8ed7070 target-alpha/cpu.h

b/target-alpha/cpu.h
314 314
#if defined(CONFIG_USER_ONLY)
315 315
static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
316 316
{
317
    if (!newsp)
317
    if (newsp)
318 318
        env->ir[30] = newsp;
319 319
    /* FIXME: Zero syscall return value.  */
320 320
}

Also available in: Unified diff