pvr: use UINT64_C for 64-bit constant

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6528

Signed-off-by: Jan Palus <jpalus@fastmail.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16630>
This commit is contained in:
Jan Palus 2022-05-20 11:20:33 +02:00 committed by Marge Bot
parent 47c6f7ccf3
commit 9fb97c75f2
1 changed files with 1 additions and 1 deletions

View File

@ -2760,7 +2760,7 @@ static VkResult pvr_setup_descriptor_mappings(
PVR_ROGUE_PDSINST_DOUT_FIELDS_DOUTD_SRC1_BSIZE_CLRMSK;
PVR_WRITE(qword_buffer,
0UL,
UINT64_C(0),
desc_set_entry->const_offset,
pds_info->data_size_in_dwords);