From b907a090211934747b3ba568b2ad17ad41aec807 Mon Sep 17 00:00:00 2001 From: tma Date: Mon, 26 Sep 2005 20:37:30 +0000 Subject: * Potential fix to ppc vm git-svn-id: svn://svn.icculus.org/quake3/trunk@116 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/vm_ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon') 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; -- cgit v1.2.3