ppc fixes (Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1296 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-02-15 22:59:52 +00:00
parent 3988e8977b
commit c4decf377c
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ int cpu_exec(CPUState *env1)
cs_base = env->npc;
pc = env->pc;
#elif defined(TARGET_PPC)
flags = 0;
flags = (msr_pr << MSR_PR) | (msr_fp << MSR_FP) | (msr_se << MSR_SE);
cs_base = 0;
pc = env->nip;
#else