We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56582b0 commit c1a8f3fCopy full SHA for c1a8f3f
uefi-test-runner/src/proto/debug.rs
@@ -92,7 +92,7 @@ pub fn test(image: Handle, bt: &BootServices) {
92
_ => unreachable!(),
93
}
94
95
- test_invalidate_instruction_cache(&mut *debug_support);
+ test_invalidate_instruction_cache(&mut debug_support);
96
97
98
} else {
0 commit comments