| 1581 | } |
| 1582 | |
| 1583 | void MainWindow::memUpdate() { |
| 1584 | ramUpdate(); |
| 1585 | flashUpdate(); |
| 1586 | memDocksUpdate(); |
| 1587 | } |
| 1588 | |
| 1589 | int MainWindow::watchGetMask(int row) { |
| 1590 | int mask = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected