MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_abort

Function FCEU_abort

src/utils/memory.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void FCEU_abort(const char* message)
114{
115 if(message) FCEU_PrintError("%s", message);
116 abort();
117}

Callers 4

FCEU_amallocFunction · 0.85
_FCEU_mallocFunction · 0.85
ModernDeemphColorMapFunction · 0.85

Calls 1

FCEU_PrintErrorFunction · 0.85

Tested by

no test coverage detected