projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4c033
)
tcg/arm: Replace qemu_ld32u (left over from previous commit)
author
Stefan Weil
<weil@mail.berlios.de>
Sun, 28 Mar 2010 09:44:29 +0000
(11:44 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 28 Mar 2010 14:39:52 +0000
(16:39 +0200)
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 <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>
tcg/arm/tcg-target.c
patch
|
blob
|
history
diff --git
a/tcg/arm/tcg-target.c
b/tcg/arm/tcg-target.c
index abd2187c9b0d8b6d462e6d26a0481c2b029b5beb..f0f669d6677dae702c4c63faa2a80aa7d5bba923 100644
(file)
--- 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_ld32
u
, { "r", "x" } },
+ { INDEX_op_qemu_ld32, { "r", "x" } },
{ INDEX_op_qemu_ld64, { "d", "r", "x" } },
{ INDEX_op_qemu_st8, { "x", "x" } },