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 c2850c3 commit b1b82b1Copy full SHA for b1b82b1
openhcl/virt_mshv_vtl/src/processor/mshv/tlb_lock.rs
@@ -79,7 +79,7 @@ impl UhProcessor<'_, HypervisorBacked> {
79
if result {
80
self.vtls_tlb_locked.set(requesting_vtl, target_vtl, true);
81
} else {
82
- debug_assert!(!self.vtls_tlb_locked.get(requesting_vtl, target_vtl));
+ assert!(!self.vtls_tlb_locked.get(requesting_vtl, target_vtl));
83
}
84
result
85
0 commit comments