From d12b4d4d092b9ea5f693be010047187e1998c20a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 26 Sep 2005 20:37:30 +0000 Subject: [PATCH] * Potential fix to ppc vm --- code/qcommon/vm_ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/qcommon/vm_ppc.c b/code/qcommon/vm_ppc.c index a891ef6f..43d910d7 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;