mirror of
https://github.com/lefticus/6502-cpp.git
synced 2025-06-07 22:39:47 +00:00
Disable a fixup, which might not be necessary now
This commit is contained in:
parent
eedec41b1e
commit
a1c596622b
@ -984,9 +984,12 @@ void run(const Personality &personality, std::istream &input)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
while (fix_overwritten_flags(new_instructions)) {
|
// it seems that with the move to AVR for the base, this
|
||||||
|
// fixup no longer makes sense, but I'm not going to remove it just yet
|
||||||
|
// until we have more complex C++ examples working
|
||||||
|
// while (fix_overwritten_flags(new_instructions)) {
|
||||||
// do it however many times it takes
|
// do it however many times it takes
|
||||||
}
|
// }
|
||||||
|
|
||||||
while (optimize(new_instructions)) {
|
while (optimize(new_instructions)) {
|
||||||
// do it however many times it takes
|
// do it however many times it takes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user