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

Method QueryGuestExecutableRange

Source/Windows/ARM64EC/Module.cpp:609–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 }
608
609 FEXCore::HLE::ExecutableRangeInfo QueryGuestExecutableRange(FEXCore::Core::InternalThreadState* Thread, uint64_t Address) override {
610 return InvalidationTracker->QueryExecutableRange(Address);
611 }
612
613 void PreCompile() override {
614 ProcessPendingCrossProcessEmulatorWork();

Callers

nothing calls this directly

Calls 1

QueryExecutableRangeMethod · 0.80

Tested by

no test coverage detected