We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d4372 commit c79f6ddCopy full SHA for c79f6dd
src/helpers.rs
@@ -78,7 +78,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
78
self.eval_context_mut().eval_path_scalar(&["std", "sys", "windows", module, name])
79
}
80
81
- /// Helper function to get a `windows` constant as an `u64`.
+ /// Helper function to get a `windows` constant as a `u64`.
82
fn eval_windows_u64(&mut self, module: &str, name: &str) -> InterpResult<'tcx, u64> {
83
// TODO: Cache the result.
84
self.eval_windows(module, name)?.to_u64()
0 commit comments