mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 05:31:29 +00:00
Fixed fatal error ("OP_BLOCK_COPY out of range!") when using qvms on Mac OS X powerpc (see r2031 and r2034).
This commit is contained in:
parent
3b09685b42
commit
b340c9d835
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue