mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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:
parent
e06e5259c3
commit
e1a2849c90
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue