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

Function BTCpuResetToConsistentState

Source/Windows/WOW64/Module.cpp:943–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943NTSTATUS BTCpuResetToConsistentState(EXCEPTION_POINTERS* Ptrs) {
944 if (BTCpuResetToConsistentStateImpl(Ptrs)) {
945 NtContinue(Ptrs->ContextRecord, FALSE);
946 }
947
948 return STATUS_SUCCESS;
949}
950
951void BTCpuFlushInstructionCache2(const void* Address, SIZE_T Size) {
952 std::scoped_lock Lock(ThreadCreationMutex);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected