mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
11 lines
156 B
C
11 lines
156 B
C
![]() |
#include "vm_local.h"
|
||
|
|
||
|
int VM_CallCompiled( vm_t *vm, int *args ) {
|
||
|
exit(99);
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void VM_Compile( vm_t *vm, vmHeader_t *header ) {
|
||
|
exit(99);
|
||
|
}
|