From a3e28aa5c748958e5719451aaff88a4d78e09a80 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Mon, 10 Jan 2011 01:39:49 +0100 Subject: tcg/ia64: remove an unnecessary stop bit Spotted by Richard Henderson. Signed-off-by: Aurelien Jarno --- tcg/ia64/tcg-target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/tcg-target.c index 3ddf43457..e2e44f7d7 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)); -- cgit v1.2.3