uCBQN/src/jit/nvm_placeholder.c
2022-04-06 19:10:59 +03:00

7 lines
252 B
C

#include "../core.h"
#include "../vm.h"
B evalJIT(Body* b, Scope* sc, u8* ptr) { thrM("JIT: Not supported"); }
Nvm_res m_nvm(Body* b) { thrM("JIT: Not supported"); }
void nvm_free(u8* ptr) { thrM("JIT: Not supported"); }
void mmX_dumpHeap(FILE* f) { }