This commit is contained in:
Vítor Santos Costa
2011-04-30 01:16:40 +01:00
parent 6a3e422c11
commit de0f8a8236
14 changed files with 363 additions and 0 deletions

View File

@@ -96,6 +96,7 @@
Yap_heap_regs->arg_module = AtomTermAdjust(Yap_heap_regs->arg_module);
Yap_heap_regs->globals_module = AtomTermAdjust(Yap_heap_regs->globals_module);
Yap_heap_regs->swi_module = AtomTermAdjust(Yap_heap_regs->swi_module);
Yap_heap_regs->dbload_module = AtomTermAdjust(Yap_heap_regs->dbload_module);