sim-card
/
qemu
Archived
10
0
Fork 0

microblaze: Handle wdc flush and clear.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
Edgar E. Iglesias 2009-12-13 09:10:08 +01:00
parent 9d2dcce9a3
commit f062a3c793
1 changed files with 3 additions and 0 deletions

View File

@ -713,6 +713,9 @@ static void dec_bit(DisasContext *dc)
tcg_gen_ext16s_i32(cpu_R[dc->rd], cpu_R[dc->ra]);
break;
case 0x64:
case 0x66:
case 0x74:
case 0x76:
/* wdc. */
LOG_DIS("wdc r%d\n", dc->ra);
if ((dc->tb_flags & MSR_EE_FLAG)