MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / disasmUpdate

Method disasmUpdate

gui/qt/debugger.cpp:1936–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1934}
1935
1936void MainWindow::disasmUpdate() {
1937 disasmUpdateAddr(m_disasm->getSelectedAddr().toInt(Q_NULLPTR, 16), true);
1938}
1939
1940void MainWindow::disasmUpdateAddr(int base, bool pane) {
1941 if (!guiDebug) {

Callers

nothing calls this directly

Calls 1

getSelectedAddrMethod · 0.80

Tested by

no test coverage detected