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:
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)
|
if (temp->flag & jit_flag_patch)
|
||||||
jmpi(temp->u.w);
|
jmpi(temp->u.w);
|
||||||
else {
|
else {
|
||||||
word = jmpi_p(_jit->pc.w,
|
word = jmpi_p(_jit->pc.w, 1);
|
||||||
!!(node->flag & jit_flag_node));
|
|
||||||
patch(word, node);
|
patch(word, node);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue