diff --git a/src/6502-c++.cpp b/src/6502-c++.cpp index b8dcdcc..9561489 100644 --- a/src/6502-c++.cpp +++ b/src/6502-c++.cpp @@ -1012,9 +1012,9 @@ std::vector run(const Personality &personality, std::istream &input) } } -// while (optimize(new_instructions, personality)) { + while (optimize(new_instructions, personality)) { // do it however many times it takes -// } + } int branch_patch_count = 0; while (fix_long_branches(new_instructions, branch_patch_count)) {