Skip to content

Commit 27c3373

Browse files
committed
disable isolation check for mach_timebase_info
1 parent 0b422dd commit 27c3373

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
@@ -271,7 +271,6 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
271271
let this = self.eval_context_mut();
272272

273273
this.assert_target_os("macos", "mach_timebase_info");
274-
this.check_no_isolation("`mach_timebase_info`")?;
275274

276275
let info = this.deref_operand(info_op)?;
277276

0 commit comments

Comments
 (0)