mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
pan/decode: Use portable format specifier for 64-bit
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
This commit is contained in:
parent
bcfcb7e624
commit
dc342aaac3
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ pandecode_special_varying(uint64_t v)
|
|||
case MALI_VARYING_POINT_COORD:
|
||||
return "gl_PointCoord";
|
||||
default:
|
||||
pandecode_msg("XXX: invalid special varying %X\n", v);
|
||||
pandecode_msg("XXX: invalid special varying %" PRIx64 "\n", v);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue