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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 8 05:42:34 EDT 2012


Author: thilo
Date: 2012-08-08 05:42:33 -0400 (Wed, 08 Aug 2012)
New Revision: 2306

Modified:
   trunk/code/qcommon/vm_x86.c
Log:
Oops, still need this


Modified: trunk/code/qcommon/vm_x86.c
===================================================================
--- trunk/code/qcommon/vm_x86.c	2012-08-08 09:34:03 UTC (rev 2305)
+++ trunk/code/qcommon/vm_x86.c	2012-08-08 09:42:33 UTC (rev 2306)
@@ -1702,6 +1702,10 @@
 ==============
 */
 
+#if defined(_MSC_VER) && defined(idx64)
+extern uint8_t qvmcall64(int *programStack, int *opStack, intptr_t *instructionPointers, byte *dataBase);
+#endif
+
 int VM_CallCompiled(vm_t *vm, int *args)
 {
 	byte	stack[OPSTACK_SIZE + 15];



More information about the quake3-commits mailing list