* 64 bit fix
This commit is contained in:
parent
909e96e41b
commit
47d4c2bfe5
|
|
@ -1,6 +1,6 @@
|
||||||
#include "vm_local.h"
|
#include "vm_local.h"
|
||||||
|
|
||||||
int VM_CallCompiled( vm_t *vm, int *args ) {
|
int VM_CallCompiled( vm_t *vm, long *args ) {
|
||||||
exit(99);
|
exit(99);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user