MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / CompileRIPCount

Method CompileRIPCount

FEXCore/Source/Interface/Context/Context.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void FEXCore::Context::ContextImpl::CompileRIPCount(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestRIP, uint64_t MaxInst) {
26 CompileBlock(Thread->CurrentFrame, GuestRIP, MaxInst);
27}
28
29void FEXCore::Context::ContextImpl::SetSignalDelegator(FEXCore::SignalDelegator* _SignalDelegation) {
30 SignalDelegation = _SignalDelegation;

Callers 1

CompileAndGetStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected