1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Extra optimization pass over non-inlined functions (implements #43)

This commit is contained in:
Karol Stasiak
2020-02-27 01:33:34 +01:00
parent 6e65cd1902
commit 21ffbfc466
11 changed files with 127 additions and 16 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ void main() {
ensure_mixedcase()
#if CBM_64 || CBM_264
set_bg_color(green)
set_bg_color(white)
#endif
#if CBM_64 || CBM_264 || ZX_SPECTRUM
set_border(red)