MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / HandleOutOfSynch

Method HandleOutOfSynch

Source/Utility/Synchroniser.cpp:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120//
121//*****************************************************************************
122void CSynchroniser::HandleOutOfSynch( const char * msg )
123{
124 char message[ 512 ];
125 sprintf( message, "Synchronisation Failed at 0x%08x: %s", gCPUState.CurrentPC, msg );
126 gCPUState.Dump();
127
128 CPU_Halt( message );
129 Destroy();
130}
131
132//*****************************************************************************
133//

Callers

nothing calls this directly

Calls 2

CPU_HaltFunction · 0.85
DumpMethod · 0.80

Tested by

no test coverage detected