Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Nov 12, 2024
1 parent a32a595 commit 31859fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ impl Aligner {
});
let mut mappings = Vec::with_capacity(n_regs as usize);

println!("n_regs = {}", n_regs);
for i in 0..n_regs {
unsafe {
let reg_ptr = (*mm_reg.as_ptr()).offset(i as isize);
Expand Down

0 comments on commit 31859fd

Please sign in to comment.