mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
PPC: fix dcbi instruction
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5495 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3d3a6a0a48
commit
ed69522caf
@ -3759,6 +3759,7 @@ GEN_HANDLER(dcbi, 0x1F, 0x16, 0x0E, 0x03E00001, PPC_CACHE)
|
||||
}
|
||||
EA = tcg_temp_new(TCG_TYPE_TL);
|
||||
gen_addr_reg_index(EA, ctx);
|
||||
val = tcg_temp_new(TCG_TYPE_TL);
|
||||
/* XXX: specification says this should be treated as a store by the MMU */
|
||||
gen_qemu_ld8u(val, EA, ctx->mem_idx);
|
||||
gen_qemu_st8(val, EA, ctx->mem_idx);
|
||||
|
Loading…
Reference in New Issue
Block a user