diff options
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/vm_ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/vm_ppc.c b/code/qcommon/vm_ppc.c index a891ef6..43d910d 100644 --- a/code/qcommon/vm_ppc.c +++ b/code/qcommon/vm_ppc.c @@ -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; |