mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
tcg/ia64: remove an unnecessary stop bit
Spotted by Richard Henderson. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
829a49274f
commit
a3e28aa5c7
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue