1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 13:30:31 +02:00

Make more readable always true test

This commit is contained in:
Paulo Andrade 2015-02-01 13:04:38 -02:00
parent 6db38b75e9
commit 1b055bf0d8

View file

@ -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);
}
}