fix call to module code
This commit is contained in:
parent
c26b5f3175
commit
102015785a
@ -1391,7 +1391,7 @@ undef_goal( USES_REGS1 )
|
||||
ENDD(d0);
|
||||
HR[0] = Yap_Module_Name(pe);
|
||||
ARG1 = (Term) AbsPair(HR);
|
||||
ARG2 = MkIntTerm(getUnknownModule(Yap_GetModuleEntry(HR[0])));
|
||||
ARG2 = Yap_getUnknownModule(Yap_GetModuleEntry(HR[0]));
|
||||
HR += 2;
|
||||
#ifdef LOW_LEVEL_TRACER
|
||||
if (Yap_do_low_level_trace)
|
||||
|
12248
C/absmi_insts.i
Normal file
12248
C/absmi_insts.i
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user