mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-10 11:22:22 +00:00
IOQ3 commit 2288
This commit is contained in:
parent
7ef41f08e6
commit
be9b12375e
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
|
// function pointers, no use to waste registers for them
|
||||||
long int (* AsmCall)( int, int );
|
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
|
// instruction pointers, rarely used so don't waste register
|
||||||
ppc_instruction_t *iPointers;
|
ppc_instruction_t *iPointers;
|
||||||
|
|
Loading…
Reference in a new issue