diff --git a/code/qcommon/vm_powerpc.c b/code/qcommon/vm_powerpc.c index eb66c5ad..d81049c5 100644 --- a/code/qcommon/vm_powerpc.c +++ b/code/qcommon/vm_powerpc.c @@ -311,7 +311,7 @@ typedef struct VM_Data { // function pointers, no use to waste registers for them long int (* AsmCall)( int, int ); - void (* BlockCopy )( unsigned int, unsigned int, unsigned int ); + void (* BlockCopy )( unsigned int, unsigned int, size_t ); // instruction pointers, rarely used so don't waste register ppc_instruction_t *iPointers;