mirror of
https://github.com/lefticus/6502-cpp.git
synced 2025-07-04 05:23:56 +00:00
Re-enable optimizations
This commit is contained in:
@ -1012,9 +1012,9 @@ std::vector<mos6502> 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)) {
|
||||
|
Reference in New Issue
Block a user