Revision a810a2de tcg/tcg.c

b/tcg/tcg.c
747 747

  
748 748
char *tcg_get_arg_str_i64(TCGContext *s, char *buf, int buf_size, TCGv_i64 arg)
749 749
{
750
    return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I32(arg));
750
    return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I64(arg));
751 751
}
752 752

  
753 753
static int helper_cmp(const void *p1, const void *p2)

Also available in: Unified diff