MCPcopy Create free account
hub / github.com/cvut/qtrvsim / execute_inst_addr

Method execute_inst_addr

src/gui/windows/program/programdock.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void ProgramDock::execute_inst_addr(machine::Address addr) {
118 if (addr != machine::STAGEADDR_NONE) { follow_addr[FOLLOWSRC_EXECUTE] = addr; }
119 emit stage_addr_changed(ProgramModel::STAGEADDR_EXECUTE, addr);
120 if (follow_source == FOLLOWSRC_EXECUTE) { update_follow_position(); }
121}
122
123void ProgramDock::memory_inst_addr(machine::Address addr) {
124 if (addr != machine::STAGEADDR_NONE) { follow_addr[FOLLOWSRC_MEMORY] = addr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected