From 1584c84574695175904371d16b13d00a457c40a8 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 28 Mar 2010 11:44:29 +0200 Subject: [PATCH] tcg/arm: Replace qemu_ld32u (left over from previous commit) Commit 86feb1c860dc38e9c89e787c5210e8191800385e 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 Cc: Aurelien Jarno Signed-off-by: Stefan Weil Signed-off-by: Aurelien Jarno --- tcg/arm/tcg-target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c index abd2187c9b..f0f669d667 100644 --- a/tcg/arm/tcg-target.c +++ b/tcg/arm/tcg-target.c @@ -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" } }, -- 2.11.4.GIT