clean up call clause stuff.

This commit is contained in:
Mark Thom
2018-03-26 18:16:23 -06:00
parent 261bb15bdf
commit b7f926bade
3 changed files with 4 additions and 4 deletions

View File

@@ -536,7 +536,7 @@ fn get_builtins() -> Code {
put_value!(perm_v!(2), 3),
put_value!(perm_v!(5), 4),
put_value!(perm_v!(1), 5)],
goto_call!(404, 5), // goto call_with_inference_limit/4, 404.
goto_call!(404, 5), // goto call_with_inference_limit/5, 404.
query![put_value!(perm_v!(1), 1)],
deallocate!(),
remove_call_policy_check!(),