mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix typo.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4624 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6e68e076e7
commit
f8ed7070ea
9 changed files with 9 additions and 9 deletions
|
@ -406,7 +406,7 @@ static inline int cpu_fpu_enabled(CPUState *env1)
|
|||
#if defined(CONFIG_USER_ONLY)
|
||||
static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
|
||||
{
|
||||
if (!newsp)
|
||||
if (newsp)
|
||||
env->regwptr[22] = newsp;
|
||||
env->regwptr[0] = 0;
|
||||
/* FIXME: Do we also need to clear CF? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue