Skip to content

tool/pps: Fix 32-bit build issue with format string

Isaac Bosompem requested to merge mrisaacb/mesa:perfetto-32b-fix into main

Fixes a 32-bit build issue with Perfetto enabled. Move the printf format specifier to use PRIx64 which will be consistent regardless of the build type.

Signed-Off By: Isaac Bosompem mrisaacb@google.com

Merge request reports