mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 04:21:13 +00:00
Fixed vtable duplication for binary annotator (#7809)
This commit is contained in:
@@ -131,7 +131,7 @@ static std::string ToValueString(const BinaryRegion ®ion,
|
||||
// value.
|
||||
// TODO(dbaileychess): It might be nicer to put this in the comment field.
|
||||
if (IsOffset(region.type)) {
|
||||
s += " Loc: +0x";
|
||||
s += " Loc: 0x";
|
||||
s += ToHex(region.points_to_offset, output_config.offset_max_char);
|
||||
}
|
||||
return s;
|
||||
|
||||
Reference in New Issue
Block a user