Change the format type of Value to PRIu64 since it is a uint64_t.
The problem was detected on mips boards building 32-bit binaries, where it was printing junk values and causing test failure.
Details
Details
Diff Detail
Diff Detail
Differential D57583
[PGO] Fix the type of the formated variable mstojanovic on Feb 1 2019, 6:45 AM. Authored by
Details Change the format type of Value to PRIu64 since it is a uint64_t.
Diff Detail |