提交 e1a2849c 编写于 作者: B bellard

ARM syscall fix (Paul Brook)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1377 c046a42c-6fe2-441c-8c8c-71466251a162
上级 e06e5259
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册