mirror of https://github.com/xemu-project/xemu.git
linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN
Continue setting, but not relying upon, env->hflags. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20191023150057.25731-24-richard.henderson@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
62fb8a4789
commit
37bf16c645
|
@ -440,6 +440,7 @@ void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs)
|
||||||
} else {
|
} else {
|
||||||
env->cp15.sctlr_el[1] |= SCTLR_B;
|
env->cp15.sctlr_el[1] |= SCTLR_B;
|
||||||
}
|
}
|
||||||
|
arm_rebuild_hflags(env);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ts->stack_base = info->start_stack;
|
ts->stack_base = info->start_stack;
|
||||||
|
|
Loading…
Reference in New Issue