Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Jan 1, 2021
1 parent 77dceb6 commit 1c8d11d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rust/opstats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ fn decode(mut instruction: u32) -> Instruction {
instruction >>= 8;

// TODO:
// - If instruction depends on middle bits of modrm_byte, split
// - Split depending on memory or register variant
// - If the instruction uses 4 or more prefixes, only the prefixes will be counted

if is_0f {
Expand Down

0 comments on commit 1c8d11d

Please sign in to comment.