powerpc: Fix Altivec support

Use the right context.
This commit is contained in:
Sebastian Huber
2013-06-26 10:25:42 +02:00
parent 4b83e8f1c4
commit 56435e646c
2 changed files with 5 additions and 5 deletions

View File

@@ -129,6 +129,6 @@ void _CPU_Context_Initialize(
the_ppc_context->lr = (uint32_t) entry_point;
#ifdef __ALTIVEC__
_CPU_Context_initialize_altivec(the_context);
_CPU_Context_initialize_altivec( the_ppc_context );
#endif
}