| 68 | } |
| 69 | |
| 70 | void |
| 71 | Exec_InterruptState::AddPotentiallyIsolatedNode(VdfNode *const node) |
| 72 | { |
| 73 | _potentiallyIsolatedNodes.push_back(node); |
| 74 | } |
| 75 | |
| 76 | void |
| 77 | Exec_InterruptState::AddInputRequiringRecompilation(VdfInput *const input) |
no test coverage detected