more bigint and dbterm fixes.
This commit is contained in:
@@ -250,10 +250,11 @@ ConstantTermAdjust (Term t)
|
||||
static Term
|
||||
DBGroundTermAdjust (Term t)
|
||||
{
|
||||
/* The term itself is restored by dbtermlist */
|
||||
if (IsPairTerm(t)) {
|
||||
return AdjustDBTerm(t, PtoHeapCellAdjust(RepPair(t)));
|
||||
return AbsPair(PtoHeapCellAdjust(RepPair(t)));
|
||||
} else {
|
||||
return AdjustDBTerm(t, PtoHeapCellAdjust(RepAppl(t)));
|
||||
return AbsAppl(PtoHeapCellAdjust(RepAppl(t)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user