Oops, still need this

This commit is contained in:
Thilo Schulz 2012-08-08 09:42:33 +00:00
parent ffac0e6757
commit 027ea8d6d3

View file

@ -1702,6 +1702,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];