adds functionality to reduce the output
This commit is contained in:
parent
b37ef973de
commit
bf0a5a80de
|
@ -90,6 +90,7 @@ private:
|
||||||
std::ofstream output;
|
std::ofstream output;
|
||||||
std::string filename;
|
std::string filename;
|
||||||
std::vector<instr_desc> delays;
|
std::vector<instr_desc> delays;
|
||||||
|
bool jumped, first;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue