r116 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Sep 26 16:37:30 EDT 2005


Author: tma
Date: 2005-09-26 16:37:30 -0400 (Mon, 26 Sep 2005)
New Revision: 116

Modified:
   trunk/code/qcommon/vm_ppc.c
Log:
* Potential fix to ppc vm


Modified: trunk/code/qcommon/vm_ppc.c
===================================================================
--- trunk/code/qcommon/vm_ppc.c	2005-09-26 20:33:49 UTC (rev 115)
+++ trunk/code/qcommon/vm_ppc.c	2005-09-26 20:37:30 UTC (rev 116)
@@ -1161,7 +1161,7 @@
 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;




More information about the quake3-commits mailing list