forked from Imagelibrary/rtems
powerpc: Fix Altivec support
Use the right context.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user