diff --git a/server/context_powerpc.c b/server/context_powerpc.c index 9825a4a..d41b451 100644 --- a/server/context_powerpc.c +++ b/server/context_powerpc.c @@ -265,7 +265,7 @@ void copy_context( CONTEXT *to, const CONTEXT *from, unsigned int flags ) } /* retrieve the current instruction pointer of a context */ -client_ptr_t get_context_ip( const CONTEXT *context ) +unsigned int get_context_ip( const CONTEXT *context ) { return context->Iar; }