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

Method recheck

pcsx2/DebugTools/DisassemblyManager.cpp:359–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void DisassemblyFunction::recheck()
360{
361 u32 newHash = computeHash(address,size);
362 if (hash != newHash)
363 {
364 hash = newHash;
365 clear();
366 load();
367 }
368}
369
370int DisassemblyFunction::getNumLines()
371{

Callers 1

analyzeMethod · 0.80

Calls 3

computeHashFunction · 0.85
clearFunction · 0.50
loadFunction · 0.50

Tested by

no test coverage detected