mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-19 23:13:04 +00:00
SH4 Fix missing 6th arg of syscall, by "takasi-y".
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3711 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f9d43072e2
commit
fca743f307
@ -1613,7 +1613,7 @@ void cpu_loop (CPUState *env)
|
|||||||
env->gregs[6],
|
env->gregs[6],
|
||||||
env->gregs[7],
|
env->gregs[7],
|
||||||
env->gregs[0],
|
env->gregs[0],
|
||||||
0);
|
env->gregs[1]);
|
||||||
env->gregs[0] = ret;
|
env->gregs[0] = ret;
|
||||||
env->pc += 2;
|
env->pc += 2;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user