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:
committed by
Tomeu Vizoso
parent
bcfcb7e624
commit
dc342aaac3
@@ -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 "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user