Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilstrieb committed Mar 22, 2024
1 parent 6403957 commit e65db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backtrace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub unsafe fn trace_unsynchronized<F: FnMut(&Frame) -> bool>(mut cb: F) {
for i in 0..(1024 * 1024) {
(&super::CRITICALLY_IMPORTANT as *const u8)
.add(i)
.read_volatile()
.read_volatile();
}
};
trace_imp(&mut cb)
Expand Down

0 comments on commit e65db40

Please sign in to comment.