Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
void FCEU_abort(const char* message)
114
{
115
if(message) FCEU_PrintError(
"%s"
, message);
116
abort();
117
}
Callers
4
FCEU_amalloc
Function · 0.85
_FCEU_malloc
Function · 0.85
ModernDeemphColorMap
Function · 0.85
getModernDeemphColorMapFunc
Function · 0.85
Calls
1
FCEU_PrintError
Function · 0.85
Tested by
no test coverage detected