mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
target/openrisc: Implement msync
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
20dc52a37c
commit
24fc5c0feb
1 changed files with 1 additions and 0 deletions
|
@ -1144,6 +1144,7 @@ static void dec_sys(DisasContext *dc, uint32_t insn)
|
|||
|
||||
case 0x200: /* l.msync */
|
||||
LOG_DIS("l.msync\n");
|
||||
tcg_gen_mb(TCG_MO_ALL);
|
||||
break;
|
||||
|
||||
case 0x270: /* l.psync */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue