projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e6a992
)
tcg-ia64: Fix typos in AREG0 setup in prologue.
author
Richard Henderson
<rth@twiddle.net>
Wed, 17 Aug 2011 21:11:49 +0000
(14:11 -0700)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 21 Aug 2011 18:52:26 +0000
(18:52 +0000)
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/ia64/tcg-target.c
patch
|
blob
|
history
diff --git
a/tcg/ia64/tcg-target.c
b/tcg/ia64/tcg-target.c
index 6386a5bf270b1b0ff6d8cd366f1d92ce4c82b162..9db205d4ccd42d13ce2923db1ef932847d183a2b 100644
(file)
--- a/
tcg/ia64/tcg-target.c
+++ b/
tcg/ia64/tcg-target.c
@@
-2308,8
+2308,8
@@
static void tcg_target_qemu_prologue(TCGContext *s)
}
tcg_out_bundle(s, miB,
- tcg_opc_
m48(TCG_REG_P0, OPC_MOV_I21
,
- TCG_
REG_AREG0, TCG_REG_R32, 0
),
+ tcg_opc_
a4 (TCG_REG_P0, OPC_ADDS_A4
,
+ TCG_
AREG0, 0, TCG_REG_R32
),
tcg_opc_a4 (TCG_REG_P0, OPC_ADDS_A4,
TCG_REG_R12, -frame_size, TCG_REG_R12),
tcg_opc_b4 (TCG_REG_P0, OPC_BR_SPTK_MANY_B4, TCG_REG_B6));