uCBQN/src/jit/nvm_placeholder.c
2022-03-07 01:20:34 +02:00

6 lines
244 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() { }