diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2012-08-08 09:42:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:46:33 +0000 |
commit | 82ad6335933ffc841cc9ca620c9056b8cf2b5efc (patch) | |
tree | ab67b24f268a84c65df10bff5226d37861953e54 /src | |
parent | b66b793567754f4256f41795297305c25b5bb94f (diff) |
Oops, still need this
Diffstat (limited to 'src')
-rw-r--r-- | src/qcommon/vm_x86.c | 4 |
1 files changed, 4 insertions, 0 deletions
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]; |