mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 10:25:06 +00:00
remove unnecessary ifdef TARGET_RISCV64
Signed-off-by: Hiroyuki Obinata <hiroyuki.obinata@gmail.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
aa464db69b
commit
f480f6e8c5
@ -64,12 +64,10 @@ static const int tcg_memop_lookup[8] = {
|
|||||||
[0] = MO_SB,
|
[0] = MO_SB,
|
||||||
[1] = MO_TESW,
|
[1] = MO_TESW,
|
||||||
[2] = MO_TESL,
|
[2] = MO_TESL,
|
||||||
|
[3] = MO_TEQ,
|
||||||
[4] = MO_UB,
|
[4] = MO_UB,
|
||||||
[5] = MO_TEUW,
|
[5] = MO_TEUW,
|
||||||
#ifdef TARGET_RISCV64
|
|
||||||
[3] = MO_TEQ,
|
|
||||||
[6] = MO_TEUL,
|
[6] = MO_TEUL,
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user