IOQ3 commit 2288

This commit is contained in:
Richard Allen 2012-10-04 15:21:59 +00:00
parent 7ef41f08e6
commit be9b12375e

View file

@ -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;