Fix typo.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4624 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2008-05-30 17:54:15 +00:00
parent 6e68e076e7
commit f8ed7070ea
9 changed files with 9 additions and 9 deletions

View file

@ -229,7 +229,7 @@ static inline int cpu_mmu_index (CPUState *env)
#if defined(CONFIG_USER_ONLY)
static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
{
if (!newsp)
if (newsp)
env->aregs[7] = newsp;
env->dregs[0] = 0;
}