From 7837728b13076fce67b67025ad7a02890748c94c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Aug 2017 13:09:22 +0200 Subject: powerpc: 64-bit _CPU_Context_Initialize() support Update #3082. --- cpukit/score/cpu/powerpc/rtems/score/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/powerpc') diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h index fbebbf643e..72fc48318f 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h @@ -818,8 +818,8 @@ static inline CPU_Counter_ticks _CPU_Counter_difference( void _CPU_Context_Initialize( Context_Control *the_context, - uint32_t *stack_base, - uint32_t size, + void *stack_base, + size_t size, uint32_t new_level, void *entry_point, bool is_fp, -- cgit v1.2.3