Revision b79e1752 target-sh4/translate.c
b/target-sh4/translate.c | ||
---|---|---|
71 | 71 |
static TCGv cpu_gregs[24]; |
72 | 72 |
static TCGv cpu_pc, cpu_sr, cpu_ssr, cpu_spc, cpu_gbr; |
73 | 73 |
static TCGv cpu_vbr, cpu_sgr, cpu_dbr, cpu_mach, cpu_macl; |
74 |
static TCGv cpu_pr, cpu_fpscr, cpu_fpul, cpu_flags;
|
|
74 |
static TCGv cpu_pr, cpu_fpscr, cpu_fpul; |
|
75 | 75 |
static TCGv cpu_fregs[32]; |
76 | 76 |
|
77 | 77 |
/* internal register indexes */ |
... | ... | |
181 | 181 |
} |
182 | 182 |
} |
183 | 183 |
|
184 |
void cpu_sh4_reset(CPUSH4State * env) |
|
184 |
static void cpu_sh4_reset(CPUSH4State * env)
|
|
185 | 185 |
{ |
186 | 186 |
#if defined(CONFIG_USER_ONLY) |
187 | 187 |
env->sr = SR_FD; /* FD - kernel does lazy fpu context switch */ |
Also available in: Unified diff