Revision b1503cda tcg/ppc64/tcg-target.c

b/tcg/ppc64/tcg-target.c
199 199
/* maximum number of register used for input function arguments */
200 200
static int tcg_target_get_call_iarg_regs_count (int flags)
201 201
{
202
    return sizeof (tcg_target_call_iarg_regs) / sizeof (tcg_target_call_iarg_regs[0]);
202
    return ARRAY_SIZE (tcg_target_call_iarg_regs);
203 203
}
204 204

  
205 205
/* parse target specific constraints */

Also available in: Unified diff