e2k: Init CRs, make gcc happy.
This commit is contained in:
parent
f018f02a5b
commit
861a2b6fb6
@ -12,7 +12,7 @@ static inline void cpu_clone_regs_child(CPUE2KState *env, target_ulong newsp,
|
||||
if (newsp) {
|
||||
E2KPcsState pcs;
|
||||
E2KPsState ps;
|
||||
E2KCrs crs;
|
||||
E2KCrs crs = { 0 };
|
||||
uint64_t *ps_old, *ps_new;
|
||||
size_t frame_size;
|
||||
target_ulong pcs_base = env->pcsp.base + env->pcsp.index - sizeof(E2KCrs);
|
||||
|
Loading…
Reference in New Issue
Block a user