* Potential fix to ppc vm

This commit is contained in:
Tim Angus 2005-09-26 20:37:30 +00:00
parent 03a284b67e
commit d12b4d4d09
1 changed files with 1 additions and 1 deletions

View File

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