Revision f8ed7070 target-i386/cpu.h

b/target-i386/cpu.h
737 737
#if defined(CONFIG_USER_ONLY)
738 738
static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
739 739
{
740
    if (!newsp)
740
    if (newsp)
741 741
        env->regs[R_ESP] = newsp;
742 742
    env->regs[R_EAX] = 0;
743 743
}

Also available in: Unified diff