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

Method CTraceRecorder

Source/DynaRec/TraceRecorder.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45//
46
47CTraceRecorder::CTraceRecorder()
48: mTracing( false )
49, mStartTraceAddress( 0 )
50, mExpectedExitTraceAddress( 0 )
51, mActiveBranchIdx( INVALID_IDX )
52, mStopTraceAfterDelaySlot( false )
53, mNeedIndirectExitMap( false )
54{
55}
56
57
58//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected