commit | f8ed7070ea2f314f63e54ddf73eb5e071cf00327 | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri May 30 17:54:15 2008 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri May 30 17:54:15 2008 +0000 |
tree | d04c1ddc0c772f548d6e495d813c2b2380886307 | |
parent | 6e68e076e72f42d43cc3b5435751d796c2410a3f [diff] [blame] |
Fix typo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4624 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index 7691452..cfeafc0 100644 --- a/target-m68k/cpu.h +++ b/target-m68k/cpu.h
@@ -229,7 +229,7 @@ #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; }