guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 357/437: Make more readable always true test


From: Andy Wingo
Subject: [Guile-commits] 357/437: Make more readable always true test
Date: Mon, 2 Jul 2018 05:14:54 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 1b055bf0d8ce5fc75117bd817b929c9c0b57a475
Author: Paulo Andrade <address@hidden>
Date:   Sun Feb 1 13:04:38 2015 -0200

    Make more readable always true test
---
 lib/jit_arm.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/jit_arm.c b/lib/jit_arm.c
index 6edac94..8b5abb1 100644
--- a/lib/jit_arm.c
+++ b/lib/jit_arm.c
@@ -1555,8 +1555,7 @@ _emit_code(jit_state_t *_jit)
                    if (temp->flag & jit_flag_patch)
                        jmpi(temp->u.w);
                    else {
-                       word = jmpi_p(_jit->pc.w,
-                                     !!(node->flag & jit_flag_node));
+                       word = jmpi_p(_jit->pc.w, 1);
                        patch(word, node);
                    }
                }



reply via email to

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