diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-16 13:15:49 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-16 13:15:49 -0700 |
commit | f85d145c403fb267884f7fd4f762598bd30cc1b4 (patch) | |
tree | 20f577d20b5a4910752137ca46cb188d8f7541c4 /test | |
parent | 52bf506762f2d04ba37701af41b7b06c0d6dc7f9 (diff) | |
download | cproc-f85d145c403fb267884f7fd4f762598bd30cc1b4.tar.xz |
Fix test after amend to 52bf506
Diffstat (limited to 'test')
-rw-r--r-- | test/do-loop.qbe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/do-loop.qbe b/test/do-loop.qbe index c13b8fe..698e310 100644 --- a/test/do-loop.qbe +++ b/test/do-loop.qbe @@ -14,12 +14,12 @@ function w $main() { %.7 =w cnew %.6, 0 jnz %.7, @if_true.6, @if_false.7 @if_true.6 - jmp @do_cont.4 + jmp @do_cond.4 @if_false.7 %.8 =w loadsw %.3 %.9 =w add %.8, 1 storew %.9, %.3 -@do_cont.4 +@do_cond.4 %.10 =w loadsw %.1 %.11 =w sub %.10, 1 storew %.11, %.1 |