| 310 | } |
| 311 | |
| 312 | void nullcClean() |
| 313 | { |
| 314 | using namespace NULLC; |
| 315 | NULLC_CHECK_INITIALIZED((void)0); |
| 316 | |
| 317 | #ifndef NULLC_NO_EXECUTOR |
| 318 | linker->CleanCode(); |
| 319 | executor->ClearBreakpoints(); |
| 320 | |
| 321 | #ifdef NULLC_BUILD_X86_JIT |
| 322 | executorX86->ClearNative(); |
| 323 | #endif |
| 324 | #endif |
| 325 | } |
| 326 | |
| 327 | nullres nullcLinkCode(const char *bytecode) |
| 328 | { |