[quake3-commits] r1634 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 17 16:05:56 EDT 2009


Author: tma
Date: 2009-09-17 16:05:56 -0400 (Thu, 17 Sep 2009)
New Revision: 1634

Modified:
   trunk/code/qcommon/vm.c
Log:
* ...and make sure it compiles

Modified: trunk/code/qcommon/vm.c
===================================================================
--- trunk/code/qcommon/vm.c	2009-09-17 16:54:01 UTC (rev 1633)
+++ trunk/code/qcommon/vm.c	2009-09-17 20:05:56 UTC (rev 1634)
@@ -356,6 +356,9 @@
 #endif
 }
 
+
+#define	STACK_SIZE	0x20000
+
 /*
 =================
 VM_LoadQVM
@@ -516,9 +519,6 @@
 it will attempt to load as a system dll
 ================
 */
-
-#define	STACK_SIZE	0x20000
-
 vm_t *VM_Create( const char *module, intptr_t (*systemCalls)(intptr_t *), 
 				vmInterpret_t interpret ) {
 	vm_t		*vm;



More information about the quake3-commits mailing list