From f85d145c403fb267884f7fd4f762598bd30cc1b4 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 16 May 2019 13:15:49 -0700 Subject: Fix test after amend to 52bf506 --- test/do-loop.qbe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3