On 3/4/19 7:13 AM, Mateja Marjanovic wrote: > + if (rd != rt) { > + tcg_gen_mov_i64(cpu_mmr[rd], cpu_mmr[rt]); > + }
This condition replicates the one inside tcg_gen_mov_i64. r~
On 3/4/19 7:13 AM, Mateja Marjanovic wrote: > + if (rd != rt) { > + tcg_gen_mov_i64(cpu_mmr[rd], cpu_mmr[rt]); > + }
This condition replicates the one inside tcg_gen_mov_i64. r~