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

Method ScopedCallbackDisable

Source/Windows/ARM64EC/Module.cpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716
717public:
718 ScopedCallbackDisable() {
719 Prev = GetCPUArea().Area->InSyscallCallback;
720 GetCPUArea().Area->InSyscallCallback = true;
721 }
722
723 ~ScopedCallbackDisable() {
724 GetCPUArea().Area->InSyscallCallback = Prev;

Callers

nothing calls this directly

Calls 1

GetCPUAreaFunction · 0.85

Tested by

no test coverage detected