6 lines
219 B
C
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"); }
|