debugger fixes
make sure we always go back to current module, even during initizlization. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1062 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -934,7 +934,7 @@ YAP_Init(YAP_init_args *yap_init)
|
||||
Yap_InitYaamRegs();
|
||||
#endif /* SBA */
|
||||
/* slaves, waiting for work */
|
||||
CurrentModule = 1;
|
||||
CurrentModule = USER_MODULE;
|
||||
P = GETWORK_FIRST_TIME;
|
||||
Yap_exec_absmi(FALSE);
|
||||
abort_optyap("abstract machine unexpected exit");
|
||||
|
Reference in New Issue
Block a user