| 6720 | } |
| 6721 | |
| 6722 | bool cHardwareCPU::Inst_IfEventInCell(cAvidaContext&) |
| 6723 | { |
| 6724 | if (m_organism->GetCellData() > 0) { |
| 6725 | return true; |
| 6726 | } |
| 6727 | getIP().Advance(); |
| 6728 | return true; |
| 6729 | } |
| 6730 | |
| 6731 | // Multi-threading. |
| 6732 | bool cHardwareCPU::Inst_ForkThread(cAvidaContext&) |
nothing calls this directly
no test coverage detected