Skip to content

Commit

Permalink
Update verifier (#595)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
Co-authored-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett and Alan Jowett authored Oct 30, 2024
1 parent 2d75c56 commit fe25f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libfuzzer/libfuzz_harness.cc
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ ubpf_debug_function(
if ((register_mask & (1 << i)) == 0) {
continue;
}
std::cout << "r" << i << "=" << registers[i] << " ";
std::cout << "r" << i << "=" << std::hex << registers[i] << " ";
}
std::cout << std::endl;
}
Expand Down

0 comments on commit fe25f91

Please sign in to comment.