Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
514
RegisterSnapshotHandle CCodeGeneratorPSP::GetRegisterSnapshot()
515
{
516
RegisterSnapshotHandle handle( mRegisterSnapshots.size() );
517
518
mRegisterSnapshots.push_back( mRegisterCache );
519
520
return handle;
521
}
522
523
524
//
Callers
1
Assemble
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected