Skip to content

Commit be90f65

Browse files
committed
disable isolation check for QueryPerformanceFrequency
1 parent c02690d commit be90f65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shims/time.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
236236
let this = self.eval_context_mut();
237237

238238
this.assert_target_os("windows", "QueryPerformanceFrequency");
239-
this.check_no_isolation("`QueryPerformanceFrequency`")?;
240239

241240
// Retrieves the frequency of the hardware performance counter.
242241
// The frequency of the performance counter is fixed at system boot and

0 commit comments

Comments
 (0)