Do not return the stream in asssemblyStream

This commit is contained in:
Alex Beregszaszi
2017-09-11 15:48:58 +01:00
parent a535a8b06e
commit 50570c6c79
6 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ public:
Assembly& optimise(bool _enable, bool _isCreation = true, size_t _runs = 200);
/// Create a text representation of the assembly.
std::ostream& assemblyStream(
void assemblyStream(
std::ostream& _out,
std::string const& _prefix = "",
StringMap const& _sourceCodes = StringMap()