From 82ad6335933ffc841cc9ca620c9056b8cf2b5efc Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Wed, 8 Aug 2012 09:42:33 +0000 Subject: Oops, still need this --- src/qcommon/vm_x86.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/qcommon/vm_x86.c b/src/qcommon/vm_x86.c index 2ef49752..80b6e31b 100644 --- a/src/qcommon/vm_x86.c +++ b/src/qcommon/vm_x86.c @@ -1703,6 +1703,10 @@ This function is called directly by the generated code ============== */ +#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]; -- cgit