quicker cycling

This commit is contained in:
Alex Janka 2023-02-02 19:01:04 +11:00
parent 0a6e0b6833
commit 04a9748aa6

View file

@ -356,7 +356,7 @@ fn pause_once() {
} }
fn print_cycles(cycles: &i32) { fn print_cycles(cycles: &i32) {
if *cycles % 456789 != 0 { if *cycles % 45678 != 0 {
return; return;
} }
let instructions_per_second = 400000; let instructions_per_second = 400000;