Skip to content
Snippets Groups Projects
Commit 24fc5c0f authored by Richard Henderson's avatar Richard Henderson
Browse files

target/openrisc: Implement msync


Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
parent 20dc52a3
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment