Skip to content
Snippets Groups Projects
Commit 5d5c0de2 authored by Per's avatar Per
Browse files

fix

parent 434f9d6d
Branches
No related tags found
No related merge requests found
...@@ -285,9 +285,9 @@ Race freeness at this level can be argued from: ...@@ -285,9 +285,9 @@ Race freeness at this level can be argued from:
```rust ```rust
... ...
LOW.claim_mut_new(b, t, |_low, b, t| { LOW.claim_mut(b, t, |_low, b, t| {
rtfm::bkpt(); rtfm::bkpt();
LOW.claim_mut_new(b, t, |_high, _, _| { LOW.claim_mut(b, t, |_high, _, _| {
rtfm::bkpt(); rtfm::bkpt();
}); });
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment