Revision 8fcd3692 tcg/x86_64/tcg-target.c

b/tcg/x86_64/tcg-target.c
108 108
}
109 109

  
110 110
/* parse target specific constraints */
111
int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
111
static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
112 112
{
113 113
    const char *ct_str;
114 114

  
......
404 404
    }
405 405
}
406 406

  
407
void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
407
static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
408 408
{
409 409
    if (val != 0)
410 410
        tgen_arithi64(s, ARITH_ADD, reg, val);

Also available in: Unified diff