fix call to module code

This commit is contained in:
Vítor Santos Costa 2015-06-17 23:53:13 +01:00
parent c26b5f3175
commit 102015785a
2 changed files with 12249 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ undef_goal( USES_REGS1 )
ENDD(d0); ENDD(d0);
HR[0] = Yap_Module_Name(pe); HR[0] = Yap_Module_Name(pe);
ARG1 = (Term) AbsPair(HR); ARG1 = (Term) AbsPair(HR);
ARG2 = MkIntTerm(getUnknownModule(Yap_GetModuleEntry(HR[0]))); ARG2 = Yap_getUnknownModule(Yap_GetModuleEntry(HR[0]));
HR += 2; HR += 2;
#ifdef LOW_LEVEL_TRACER #ifdef LOW_LEVEL_TRACER
if (Yap_do_low_level_trace) if (Yap_do_low_level_trace)

12248
C/absmi_insts.i Normal file

File diff suppressed because it is too large Load Diff