summaryrefslogtreecommitdiff
path: root/tcg/ia64
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2011-01-10 01:39:49 +0100
committerAurelien Jarno <aurelien@aurel32.net>2011-01-10 01:39:49 +0100
commita3e28aa5c748958e5719451aaff88a4d78e09a80 (patch)
tree9165c6c7056e90a9e3f761e8f077f0d2d5417a14 /tcg/ia64
parent829a49274f6741c0f3d3a2ba4698baf381a7e264 (diff)
downloadqemu-a3e28aa5c748958e5719451aaff88a4d78e09a80.tar.gz
tcg/ia64: remove an unnecessary stop bit
Spotted by Richard Henderson. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/ia64')
-rw-r--r--tcg/ia64/tcg-target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/tcg-target.c
index 3ddf434571..e2e44f7d76 100644
--- a/tcg/ia64/tcg-target.c
+++ b/tcg/ia64/tcg-target.c
@@ -1329,7 +1329,7 @@ static inline void tcg_out_bswap32(TCGContext *s, TCGArg ret, TCGArg arg)
static inline void tcg_out_bswap64(TCGContext *s, TCGArg ret, TCGArg arg)
{
- tcg_out_bundle(s, mII,
+ tcg_out_bundle(s, miI,
tcg_opc_m48(TCG_REG_P0, OPC_NOP_M48, 0),
tcg_opc_i18(TCG_REG_P0, OPC_NOP_I18, 0),
tcg_opc_i3 (TCG_REG_P0, OPC_MUX1_I3, ret, arg, 0xb));