MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / DisassemblyData

Method DisassemblyData

pcsx2/DebugTools/DisassemblyManager.cpp:841–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839
840
841DisassemblyData::DisassemblyData(DebugInterface* _cpu, u32 _address, u32 _size, DataType _type): address(_address), size(_size), type(_type)
842{
843 cpu = _cpu;
844 hash = computeHash(address,size);
845 createLines();
846}
847
848void DisassemblyData::recheck()
849{

Callers

nothing calls this directly

Calls 1

computeHashFunction · 0.85

Tested by

no test coverage detected