Home
last modified time | relevance | path

Searched refs:_prevInstructionCycle (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DDebugger.cpp102 _prevInstructionCycle = 0; in Debugger()
792 _prevInstructionCycle = _curInstructionCycle; in ProcessRamOperation()
841 _rewindPrevInstructionCycleCache.push_back(_prevInstructionCycle); in ProcessRamOperation()
1127 _runToCycle = _prevInstructionCycle; in StepBack()
H A DDebugger.h133 uint64_t _prevInstructionCycle; variable