Merge branch 'master' of https://github.com/mthom/scryer-prolog
This commit is contained in:
@@ -316,7 +316,7 @@ impl MachineState {
|
||||
Ok(codes)
|
||||
}
|
||||
|
||||
fn call_at_index(&mut self, arity: usize, p: usize) {
|
||||
pub(super) fn call_at_index(&mut self, arity: usize, p: usize) {
|
||||
self.cp.assign_if_local(self.p.clone() + 1);
|
||||
self.num_of_args = arity;
|
||||
self.b0 = self.b;
|
||||
|
||||
Reference in New Issue
Block a user