| 19 | } |
| 20 | |
| 21 | void FEXCore::Context::ContextImpl::CompileRIP(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestRIP) { |
| 22 | CompileBlock(Thread->CurrentFrame, GuestRIP); |
| 23 | } |
| 24 | |
| 25 | void FEXCore::Context::ContextImpl::CompileRIPCount(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestRIP, uint64_t MaxInst) { |
| 26 | CompileBlock(Thread->CurrentFrame, GuestRIP, MaxInst); |
no outgoing calls
no test coverage detected