From 56435e646cb90da25f3371568db2ec7be50e9a01 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 26 Jun 2013 10:25:42 +0200 Subject: powerpc: Fix Altivec support Use the right context. --- c/src/lib/libcpu/powerpc/new-exceptions/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c index 7ce7e2f5c7..120ee07c9d 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c @@ -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 } -- cgit v1.2.3