Skip to content

Commit ca45f55

Browse files
committed
Fix count one million test
1 parent 70b689a commit ca45f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/resources/myworld/hummingbird/test/programs/countOneMillion.hasm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
countToAMillion:
1616
CONST r2, 1000000
1717
CONST r1, 1
18+
CONST r0, 0
1819
loop:
1920
ADD r0, r0, r1
2021
IFLT r0, r2, $$loop

0 commit comments

Comments
 (0)