MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CpuDestroy

Function CpuDestroy

source/CPU.cpp:787–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785//===========================================================================
786
787void CpuDestroy()
788{
789 if (g_bCritSectionValid)
790 {
791 DeleteCriticalSection(&g_CriticalSection);
792 g_bCritSectionValid = false;
793 }
794}
795
796//===========================================================================
797

Callers 1

WndProcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected