diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 653714da118..634914880e5 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -1314,7 +1314,7 @@ anv_physical_device_try_create(struct vk_instance *vk_instance, if (device->gtt_size < (4ULL << 30 /* GiB */)) { vk_errorf(instance, VK_ERROR_INCOMPATIBLE_DRIVER, - "GTT size too small: 0x%016"PRIu64, device->gtt_size); + "GTT size too small: 0x%016"PRIx64, device->gtt_size); goto fail_base; }