]> git.proxmox.com Git - qemu.git/commitdiff
tcg/ia64: remove an unnecessary stop bit
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 10 Jan 2011 00:39:49 +0000 (01:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 10 Jan 2011 00:39:49 +0000 (01:39 +0100)
Spotted by Richard Henderson.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/ia64/tcg-target.c

index 3ddf434571d05c89f7e60071d41c896ea8529520..e2e44f7d7642c900d7913f8141f83cd70698052f 100644 (file)
@@ -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));