| 29 | #include "Sequence.h" |
| 30 | |
| 31 | int CInstCompilerNull::CompileChunk(const CInstrument &, CChunk &, unsigned) const { |
| 32 | return 0; |
| 33 | } |
| 34 | |
| 35 | int CInstCompilerSeq::CompileChunk(const CInstrument &inst_, CChunk &chunk, unsigned instIndex) const { |
| 36 | auto &inst = dynamic_cast<const CSeqInstrument &>(inst_); |
no test coverage detected