mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3457 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8378e71f13
commit
a32ff1ad95
2 changed files with 0 additions and 2 deletions
|
@ -2168,7 +2168,6 @@ int main(int argc, char **argv)
|
|||
}
|
||||
cpu_ppc_register(env, def);
|
||||
cpu_ppc_reset(env);
|
||||
env->msr = regs->msr & ~((1 << 6) | (1 << 12) | (1 << 13));
|
||||
#if defined(TARGET_PPC64)
|
||||
#if defined(TARGET_ABI32)
|
||||
env->msr &= ~((target_ulong)1 << MSR_SF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue