fix typo, thanks wesley
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
This commit is contained in:
parent
dfdb017a9b
commit
99c0f91a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ fn main() {
|
|||
let value: u16 = unsafe { c_read_value(r1 as u32, r2 as u32, r3 as u32) };
|
||||
|
||||
// NOTE: as an example of the sensitivity of this test to optimization choices,
|
||||
// uncommenting this block of code makes the bug go away on pnkfeix's machine.
|
||||
// uncommenting this block of code makes the bug go away on pnkfelix's machine.
|
||||
// (But observing via `dbg!` doesn't hide the bug. At least sometimes.)
|
||||
/*
|
||||
println!("{}", value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue