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

Function IsEmulatorStackAddress

Source/Windows/ARM64EC/Module.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool IsEmulatorStackAddress(uint64_t Address) {
154 return Address <= GetCPUArea().EmulatorStackBase() && Address >= GetCPUArea().EmulatorStackLimit();
155}
156
157bool IsDispatcherAddress(uint64_t Address) {
158 const auto& Config = SignalDelegator->GetConfig();

Callers 1

Calls 1

GetCPUAreaFunction · 0.85

Tested by

no test coverage detected