| 1934 | } |
| 1935 | |
| 1936 | void MainWindow::disasmUpdate() { |
| 1937 | disasmUpdateAddr(m_disasm->getSelectedAddr().toInt(Q_NULLPTR, 16), true); |
| 1938 | } |
| 1939 | |
| 1940 | void MainWindow::disasmUpdateAddr(int base, bool pane) { |
| 1941 | if (!guiDebug) { |
nothing calls this directly
no test coverage detected