mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
libagx: fix cl warning
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32081>
This commit is contained in:
parent
663b367a76
commit
28a2844309
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ libagx_helper(void)
|
|||
}
|
||||
|
||||
default:
|
||||
*(global uint32_t *)(0xdead0000 | (op << 8)) = 0;
|
||||
*(global uint32_t *)((uintptr_t)(0xdead0000 | (op << 8))) = 0;
|
||||
nir_fence_helper_exit_agx();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue