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

Method GetRegisterSnapshot

Source/SysPSP/DynaRec/CodeGeneratorPSP.cpp:514–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512//
513
514RegisterSnapshotHandle CCodeGeneratorPSP::GetRegisterSnapshot()
515{
516 RegisterSnapshotHandle handle( mRegisterSnapshots.size() );
517
518 mRegisterSnapshots.push_back( mRegisterCache );
519
520 return handle;
521}
522
523
524//

Callers 1

AssembleMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected