mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-13 07:57:23 +00:00
Oops, still need this
This commit is contained in:
parent
ffac0e6757
commit
027ea8d6d3
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
int VM_CallCompiled(vm_t *vm, int *args)
|
||||||
{
|
{
|
||||||
byte stack[OPSTACK_SIZE + 15];
|
byte stack[OPSTACK_SIZE + 15];
|
||||||
|
|
Loading…
Reference in a new issue