| 132 | } |
| 133 | |
| 134 | void nullcSetExecutor(unsigned int id) |
| 135 | { |
| 136 | using namespace NULLC; |
| 137 | |
| 138 | currExec = id; |
| 139 | } |
| 140 | |
| 141 | #ifdef NULLC_BUILD_X86_JIT |
| 142 | nullres nullcSetJiTStack(void* start, void* end, unsigned int flagMemoryAllocated) |
no outgoing calls