fix bugs in call_with_inference_limit

This commit is contained in:
Mark Thom
2018-02-21 19:46:15 -07:00
parent 7313472a70
commit 5de03444eb
13 changed files with 248 additions and 201 deletions

View File

@@ -890,7 +890,7 @@ pub enum BuiltInInstruction {
GetCutPoint(RegType),
InferenceLevel,
InstallCleaner,
InstallInferenceCounter(RegType),
InstallInferenceCounter(RegType, RegType, RegType),
InstallNewBlock,
InternalCallN,
IsAtomic(RegType),
@@ -901,7 +901,8 @@ pub enum BuiltInInstruction {
IsRational(RegType),
IsString(RegType),
IsVar(RegType),
RemoveInferenceCounter(RegType),
RemoveCallPolicyCheck,
RemoveInferenceCounter(RegType, RegType),
ResetBlock,
RestoreCutPolicy,
SetBall,