sim-card
/
qemu
Archived
10
0
Fork 0

tcg/arm: Replace qemu_ld32u (left over from previous commit)

Commit 86feb1c860
did not change all occurrences of INDEX_op_qemu_ld32u
for tcg/arm.

Please note that I could not test this patch
(I have currently no arm system available).

Cc: Richard Henderson <rth@twiddle.net>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Stefan Weil 2010-03-28 11:44:29 +02:00 committed by Aurelien Jarno
parent 7e4c0336e2
commit 1584c84574
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ static const TCGTargetOpDef arm_op_defs[] = {
{ INDEX_op_qemu_ld8s, { "r", "x" } },
{ INDEX_op_qemu_ld16u, { "r", "x" } },
{ INDEX_op_qemu_ld16s, { "r", "x" } },
{ INDEX_op_qemu_ld32u, { "r", "x" } },
{ INDEX_op_qemu_ld32, { "r", "x" } },
{ INDEX_op_qemu_ld64, { "d", "r", "x" } },
{ INDEX_op_qemu_st8, { "x", "x" } },