summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qcommon/vm_powerpc.c2
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;