enable fallback interrupt randomization

This commit is contained in:
Alwin Berger 2025-02-19 12:32:01 +01:00
parent bbf99eca8b
commit dae46ea26b

View File

@ -375,7 +375,7 @@ where
} }
} }
} }
#[cfg(not(feature = "trace_stg"))] #[cfg(not(feature = "mutate_stg"))]
{ {
if myrand.between(1,100) <= 25 { // we have no hint if interrupt times will change anything if myrand.between(1,100) <= 25 { // we have no hint if interrupt times will change anything
do_rerun = true; do_rerun = true;