score: Fix ARM and PowerPC context initialization

Update #2751.
This commit is contained in:
Sebastian Huber
2016-12-02 13:10:31 +01:00
parent 7da78cf637
commit f65dcc712a
3 changed files with 6 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ void _CPU_Context_Initialize(
the_ppc_context->gpr1 = sp;
the_ppc_context->msr = msr_value;
the_ppc_context->lr = (uint32_t) entry_point;
the_ppc_context->isr_dispatch_disable = 0;
#if defined(__ALTIVEC__) && !defined(PPC_MULTILIB_ALTIVEC)
_CPU_Context_initialize_altivec( the_ppc_context );