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 c44e247 commit ffb4855Copy full SHA for ffb4855
src/de_mut/reg.rs
@@ -85,8 +85,6 @@ impl Iterator for RegIter<'_> {
85
type Item = RegRegion;
86
87
fn next(&mut self) -> Option<Self::Item> {
88
- println!("{:?}", self.config.address_cells);
89
- println!("{:?}", self.config.size_cells);
90
let len = BLOCK_LEN * (self.config.address_cells + self.config.size_cells);
91
if self.data.len() >= len {
92
let (current_block, data) = self.data.split_at(len);
0 commit comments