Skip to content

Commit

Permalink
Merge pull request tmr232#68 from cledoux/fixup/dt_3byte
Browse files Browse the repository at this point in the history
Remove `dt_3byte` from `DTYP_TO_SIZE`
  • Loading branch information
tmr232 authored Nov 13, 2017
2 parents 19b625c + db7d537 commit 30abd3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sark/code/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
idaapi.dt_qword: 8,
idaapi.dt_byte16: 16,
idaapi.dt_fword: 6,
idaapi.dt_3byte: 3,
idaapi.dt_byte32: 32,
idaapi.dt_byte64: 64,
}
Expand Down

0 comments on commit 30abd3f

Please sign in to comment.