Skip to content

asahi: decode: Fix uint64_t format modifiers in agxdecode_stateful()

Janne Grunau requested to merge jannau/mesa:fprintf-format-fixes into main

Use PRIc64 printf format modifiers for uint64_t in agxdecode_stateful()

Fixes i386 build.

Fixes: acd5ed04 ("asahi: decode: Implement VDM call/ret") Signed-off-by: Janne Grunau j@jannau.net

Merge request reports