wingo pushed a commit to branch lightning
in repository guile.

commit 1b055bf0d8ce5fc75117bd817b929c9c0b57a475
Author: Paulo Andrade <[email protected]>
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