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

Function IsDispatcherAddress

Source/Windows/ARM64EC/Module.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157bool IsDispatcherAddress(uint64_t Address) {
158 const auto& Config = SignalDelegator->GetConfig();
159 return Address >= Config.DispatcherBegin && Address < Config.DispatcherEnd;
160}
161
162
163void FillNtDllLUTs(HMODULE NtDll) {

Callers 2

RethrowGuestExceptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected