MCPcopy Create free account
hub / github.com/TASEmulators/fceux / scrollToPC

Method scrollToPC

src/drivers/Qt/ConsoleDebugger.cpp:5215–5223  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

5213}
5214//----------------------------------------------------------------------------
5215void QAsmView::scrollToPC(void)
5216{
5217 if ( asmPC != NULL )
5218 {
5219 curNavLoc.addr = asmPC->addr;
5220
5221 scrollToLine( asmPC->line );
5222 }
5223}
5224//----------------------------------------------------------------------------
5225void QAsmView::scrollToAddr( int addr )
5226{

Callers 1

updateWindowDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected