Merge remote-tracking branch 'origin/feature/reduced_output' into develop

This commit is contained in:
2022-03-28 14:09:06 +02:00
2 changed files with 42 additions and 5 deletions

View File

@ -90,6 +90,7 @@ private:
std::ofstream output;
std::string filename;
std::vector<instr_desc> delays;
bool jumped, first;
};
}