tcg-ia64: Implement qemu_ld32.
The port was not properly merged following
86feb1c860
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
This commit is contained in:
parent
255108c0e3
commit
b3b0091f07
@ -2124,6 +2124,7 @@ static inline void tcg_out_op(TCGContext *s, TCGOpcode opc,
|
|||||||
case INDEX_op_qemu_ld16s:
|
case INDEX_op_qemu_ld16s:
|
||||||
tcg_out_qemu_ld(s, args, 1 | 4);
|
tcg_out_qemu_ld(s, args, 1 | 4);
|
||||||
break;
|
break;
|
||||||
|
case INDEX_op_qemu_ld32:
|
||||||
case INDEX_op_qemu_ld32u:
|
case INDEX_op_qemu_ld32u:
|
||||||
tcg_out_qemu_ld(s, args, 2);
|
tcg_out_qemu_ld(s, args, 2);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user