adds functionality to reduce the output

This commit is contained in:
Eyck-Alexander Jentzsch 2022-02-16 10:12:45 +01:00
parent b37ef973de
commit bf0a5a80de
1 changed files with 1 additions and 0 deletions

View File

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