mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
target/hppa: Implement SYNCDMA insn
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
43a97b81b5
commit
e216a77e3b
1 changed files with 2 additions and 1 deletions
|
@ -2312,7 +2312,8 @@ static const DisasInsn table_system[] = {
|
|||
{ 0x000014a0u, 0xffffffe0u, trans_mfia },
|
||||
{ 0x000004a0u, 0xffff1fe0u, trans_mfsp },
|
||||
{ 0x000008a0u, 0xfc1fbfe0u, trans_mfctl },
|
||||
{ 0x00000400u, 0xffffffffu, trans_sync },
|
||||
{ 0x00000400u, 0xffffffffu, trans_sync }, /* sync */
|
||||
{ 0x00100400u, 0xffffffffu, trans_sync }, /* syncdma */
|
||||
{ 0x000010a0u, 0xfc1f3fe0u, trans_ldsid },
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
{ 0x00000e60u, 0xfc00ffe0u, trans_rsm },
|
||||
|
|
Loading…
Reference in a new issue