1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-12 19:29:51 +00:00

Fix array iteration on Z80

This commit is contained in:
Karol Stasiak 2018-07-02 22:33:43 +02:00
parent a394ab631f
commit 02a408e1be

View File

@ -345,7 +345,7 @@ object Z80BulkMemoryOperations {
calculateByteCount ++ calculateByteCount ++
Z80ExpressionCompiler.stashBCIfChanged(calculateTargetAddress) ++ Z80ExpressionCompiler.stashBCIfChanged(calculateTargetAddress) ++
Z80ExpressionCompiler.stashBCIfChanged(Z80ExpressionCompiler.stashHLIfChanged(extraInitializationPair._1)) ++ Z80ExpressionCompiler.stashBCIfChanged(Z80ExpressionCompiler.stashHLIfChanged(extraInitializationPair._1)) ++
Z80ExpressionCompiler.stashHLIfChanged(extraInitializationPair._1) Z80ExpressionCompiler.stashHLIfChanged(extraInitializationPair._2)
} }
val label = Z80Compiler.nextLabel("me") val label = Z80Compiler.nextLabel("me")