fix restopring from gfull saved states.

This commit is contained in:
Vítor Santos Costa
2010-11-26 18:02:44 +00:00
parent 31d0969585
commit 89280493d0
2 changed files with 4 additions and 4 deletions

View File

@@ -732,7 +732,7 @@ main (int argc, char **argv)
exit(1);
}
/* Begin preprocessor code */
{
if (BootMode != YAP_BOOT_FROM_SAVED_STACKS) {
// load the module
YAP_Term mod_arg[1];
mod_arg[0] = YAP_MkAtomTerm(YAP_LookupAtom("ypp"));