mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
* ...and make sure it compiles
This commit is contained in:
parent
5fec4498f1
commit
15ec986478
1 changed files with 3 additions and 3 deletions
|
@ -356,6 +356,9 @@ intptr_t QDECL VM_DllSyscall( intptr_t arg, ... ) {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#define STACK_SIZE 0x20000
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=================
|
=================
|
||||||
VM_LoadQVM
|
VM_LoadQVM
|
||||||
|
@ -516,9 +519,6 @@ If image ends in .qvm it will be interpreted, otherwise
|
||||||
it will attempt to load as a system dll
|
it will attempt to load as a system dll
|
||||||
================
|
================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define STACK_SIZE 0x20000
|
|
||||||
|
|
||||||
vm_t *VM_Create( const char *module, intptr_t (*systemCalls)(intptr_t *),
|
vm_t *VM_Create( const char *module, intptr_t (*systemCalls)(intptr_t *),
|
||||||
vmInterpret_t interpret ) {
|
vmInterpret_t interpret ) {
|
||||||
vm_t *vm;
|
vm_t *vm;
|
||||||
|
|
Loading…
Reference in a new issue