jump guessing
This commit is contained in:
parent
a08d31a161
commit
df6c0b59e9
@ -8166,7 +8166,7 @@ Yap_absmi(int inp)
|
|||||||
deref_head(d0, swlnl_unk_p);
|
deref_head(d0, swlnl_unk_p);
|
||||||
/* non variable */
|
/* non variable */
|
||||||
swlnl_nvar_p:
|
swlnl_nvar_p:
|
||||||
if (IsPairTerm(d0)) {
|
if (__builtin_expect(IsPairTerm(d0),1)) {
|
||||||
/* pair */
|
/* pair */
|
||||||
#endif
|
#endif
|
||||||
copy_jmp_address(PREG->u.ollll.l1);
|
copy_jmp_address(PREG->u.ollll.l1);
|
||||||
|
Reference in New Issue
Block a user