| 2513 | } |
| 2514 | |
| 2515 | void JitX86CodeGen::callWriteCache() { |
| 2516 | compiler.call((DYN_PTR_SIZE)cpu->thread->process->syncToHost); |
| 2517 | } |
| 2518 | |
| 2519 | void JitX86CodeGen::callHostFunction(void* address, const std::vector<DynParam>& params, bool restoreCache, bool saveCache) { |
| 2520 | U32 stackAdjust = 0; |