Revision 6858571c

b/target-sh4/translate.c
56 56
    BS_EXCP     = 3, /* We reached an exception condition */
57 57
};
58 58

  
59
static TCGv cpu_env;
59
static TCGv cpu_env, cpu_T[2];
60 60

  
61 61
#include "gen-icount.h"
62 62

  
......
66 66
    if (done_init)
67 67
        return;
68 68
    cpu_env = tcg_global_reg_new(TCG_TYPE_PTR, TCG_AREG0, "env");
69
    cpu_T[0] = tcg_global_reg_new(TCG_TYPE_TL, TCG_AREG1, "T0");
70
    cpu_T[1] = tcg_global_reg_new(TCG_TYPE_TL, TCG_AREG2, "T1");
69 71
    done_init = 1;
70 72
}
71 73

  

Also available in: Unified diff