Revision 3b6dac34 tcg/ia64/tcg-target.c

b/tcg/ia64/tcg-target.c
827 827
    s->code_ptr += 16;
828 828
}
829 829

  
830
static inline void tcg_out_mov(TCGContext *s, TCGArg ret, TCGArg arg)
830
static inline void tcg_out_mov(TCGContext *s, TCGType type,
831
                               TCGArg ret, TCGArg arg)
831 832
{
832 833
    tcg_out_bundle(s, mmI,
833 834
                   tcg_opc_m48(TCG_REG_P0, OPC_NOP_M48, 0),

Also available in: Unified diff