guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 402/437: Correct wrong check for argument of value 2 in


From: Andy Wingo
Subject: [Guile-commits] 402/437: Correct wrong check for argument of value 2 in check/fib.tst.
Date: Mon, 2 Jul 2018 05:15:04 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit be32b6ad15226d78184bca2060712b4f96e01fd7
Author: Paulo Andrade <address@hidden>
Date:   Mon Nov 30 17:04:47 2015 -0200

    Correct wrong check for argument of value 2 in check/fib.tst.
---
 check/fib.tst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check/fib.tst b/check/fib.tst
index b8be288..0835323 100644
--- a/check/fib.tst
+++ b/check/fib.tst
@@ -13,7 +13,7 @@ nfibs:
        beqi ref %r0 0
        movr %r1 %r0
        movi %r0 1
-       blti_u ref %r1 2
+       blei_u ref %r1 2
        subi %r2 %r1 2
        movr %r1 %r0
 loop:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]