]> Git Repo - qemu.git/commit
linux-user: correct syscall 123 on sh4
authorRiku Voipio <[email protected]>
Tue, 12 Jul 2011 13:01:54 +0000 (16:01 +0300)
committerRiku Voipio <[email protected]>
Wed, 13 Jul 2011 14:11:37 +0000 (17:11 +0300)
commitc3edf3472faf3dad73a0c504db8e9d853debfde6
treebcb44ec9e71fe1f4232ccc3ec5113ee7fad640e3
parente22b7015353be824620b1f0f5e32a8575b898a8c
linux-user: correct syscall 123 on sh4

As reported by Cédric VINCENT:

The syscall #123 on SH4 should be "TARGET_NR_cacheflush" instead of
"TARGET_NR_modify_ldt" [1].  The only consequence of this misnaming is
that many "Unsupported syscall" warnings are issued when emulating JIT
compilers.

Reported-by: Cédric VINCENT <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/sh4/syscall_nr.h
This page took 0.02458 seconds and 4 git commands to generate.