mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Potential fix to ppc vm
This commit is contained in:
parent
03a284b67e
commit
d12b4d4d09
1 changed files with 1 additions and 1 deletions
|
@ -1161,7 +1161,7 @@ VM_CallCompiled
|
|||
This function is called directly by the generated code
|
||||
==============
|
||||
*/
|
||||
int VM_CallCompiled( vm_t *vm, int *args ) {
|
||||
int VM_CallCompiled( vm_t *vm, long *args ) {
|
||||
int stack[1024];
|
||||
int programStack;
|
||||
int stackOnEntry;
|
||||
|
|
Loading…
Reference in a new issue