fix a case where a comparison entered the enext member of the switch.

This was introduced to get rid of eclipse warnings :(
This commit is contained in:
Vitor Santos Costa 2014-10-21 19:23:44 +01:00
parent ffb97269a0
commit 799b4c0346

View File

@ -12081,6 +12081,8 @@ Yap_absmi(int inp)
PREG = NEXTOP(PREG, l);
GONext();
}
PREG = PREG->y_u.l.l;
GONext();
break;
default:
PREG = PREG->y_u.l.l;