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

Method ThreadRemoveCodeEntryFromJit

FEXCore/Source/Interface/Core/Core.cpp:920–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920void ContextImpl::ThreadRemoveCodeEntryFromJit(FEXCore::Core::CpuStateFrame* Frame, uint64_t GuestRIP) {
921 static_cast<ContextImpl*>(Frame->Thread->CTX)->SyscallHandler->InvalidateGuestCodeRange(Frame->Thread, GuestRIP, 1);
922}
923
924std::optional<CustomIRResult>
925ContextImpl::AddCustomIREntrypoint(uintptr_t Entrypoint, CustomIREntrypointHandler Handler, void* Creator, void* Data) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected