r235 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 2 16:45:48 EST 2005


Author: ludwig
Date: 2005-11-02 16:45:48 -0500 (Wed, 02 Nov 2005)
New Revision: 235

Modified:
   trunk/code/qcommon/vm.c
Log:
actually when calling from the vm to the engine there are more than 10
arguments


Modified: trunk/code/qcommon/vm.c
===================================================================
--- trunk/code/qcommon/vm.c	2005-11-02 20:58:27 UTC (rev 234)
+++ trunk/code/qcommon/vm.c	2005-11-02 21:45:48 UTC (rev 235)
@@ -332,7 +332,7 @@
 long QDECL VM_DllSyscall( long arg, ... ) {
 #if ((defined __GNUC__) && !(defined __i386__))
   // rcg010206 - see commentary above
-  long args[10];
+  long args[16];
   int i;
   va_list ap;
   




More information about the quake3-commits mailing list