Skip to content

Commit 2317ae5

Browse files
committed
Run only a single step at a time.
1 parent b93c65e commit 2317ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,7 @@ fn main() {
29702970
break;
29712971
}
29722972
}
2973-
let p = s.metta_calculus(1);
2973+
let p = s.metta_calculus(0);
29742974
performed += p;
29752975
if p == 0 {
29762976
break;

0 commit comments

Comments
 (0)