diff options
-rw-r--r-- | src/qcommon/vm_powerpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/vm_powerpc.c b/src/qcommon/vm_powerpc.c index 39aec0d9..604d844e 100644 --- a/src/qcommon/vm_powerpc.c +++ b/src/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; |