[hmaptool] Fix dumping
It was complaining about too many values to unpack, since our struct unpack format string specified six members, but we only had five variables to unpack to. The sixth value is the max value length, but it's not used in dumping, so we can ignore it. Reviewed By: bruno Differential Revision: https://reviews.llvm.org/D118004
Loading
Please register or sign in to comment