mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user