Revision c588979b tcg/tcg.c

b/tcg/tcg.c
353 353
#if TCG_TARGET_REG_BITS == 32
354 354
    if (type == TCG_TYPE_I64) {
355 355
        char buf[64];
356
        tcg_temp_alloc(s, s->nb_globals + 1);
356
        tcg_temp_alloc(s, s->nb_globals + 2);
357 357
        ts = &s->temps[s->nb_globals];
358 358
        ts->base_type = type;
359 359
        ts->type = TCG_TYPE_I32;

Also available in: Unified diff