mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-27 05:30:23 +02:00
Make more readable always true test
This commit is contained in:
parent
6db38b75e9
commit
1b055bf0d8
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue