ARM syscall fix (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1377 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-04-23 18:01:57 +00:00
parent e06e5259c3
commit e1a2849c90
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ void cpu_loop(CPUARMState *env)
env->regs[2],
env->regs[3],
env->regs[4],
0);
env->regs[5]);
} else {
goto error;
}