fix needed by the EAM engine

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1596 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rslopes 2006-04-12 17:14:58 +00:00
parent 1c6cb0e8cf
commit f116d8b854

View File

@ -10,8 +10,11 @@
* *
* File: absmi.c *
* comments: Portable abstract machine interpreter *
* Last rev: $Date: 2006-04-12 15:51:23 $,$Author: rslopes $ *
* Last rev: $Date: 2006-04-12 17:14:58 $,$Author: rslopes $ *
* $Log: not supported by cvs2svn $
* Revision 1.199 2006/04/12 15:51:23 rslopes
* small fixes
*
* Revision 1.198 2006/03/30 01:11:09 vsc
* fix nasty variable shunting bug in garbage collector :-(:wq
*
@ -537,6 +540,7 @@ Yap_absmi(int inp)
init_absmi_regs(&absmi_regs);
Yap_regp = &absmi_regs;
#endif
CACHE_A1();
PREG=bpEntry->CodeOfPred;
JMPNext(); /* go execute instruction at PREG */
}