Revision 8a56e840 tcg/ppc64/tcg-target.c

b/tcg/ppc64/tcg-target.c
1051 1051

  
1052 1052
}
1053 1053

  
1054
static void tcg_out_setcond (TCGContext *s, TCGType type, int cond, TCGArg arg0,
1055
                             TCGArg arg1, TCGArg arg2, int const_arg2)
1054
static void tcg_out_setcond (TCGContext *s, TCGType type, TCGCond cond,
1055
                             TCGArg arg0, TCGArg arg1, TCGArg arg2,
1056
                             int const_arg2)
1056 1057
{
1057 1058
    int crop, sh, arg;
1058 1059

  
......
1182 1183
    }
1183 1184
}
1184 1185

  
1185
static void tcg_out_brcond (TCGContext *s, int cond,
1186
static void tcg_out_brcond (TCGContext *s, TCGCond cond,
1186 1187
                            TCGArg arg1, TCGArg arg2, int const_arg2,
1187 1188
                            int label_index, int arch64)
1188 1189
{

Also available in: Unified diff