uCBQN/src/jit/nvm_placeholder.c
2021-06-26 03:31:55 +03:00

6 lines
219 B
C

#include "../core.h"
#include "nvm.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"); }