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

Method SetCache

Source/DynaRec/Fragment.cpp:144–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142//
143//*************************************************************************************
144void CFragment::SetCache( const CFragmentCache * p_cache )
145{
146#ifdef FRAGMENT_SIMULATE_EXECUTION
147 mpCache = p_cache;
148#endif
149
150 if( mpIndirectExitMap != nullptr )
151 {
152 mpIndirectExitMap->SetCache( p_cache );
153 }
154}
155
156//*************************************************************************************
157//

Callers 1

InsertFragmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected