Skip to content

radv: Prevent out of bound shift on 32-bit builds.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:shift-fix into master

uintptr_t is 32-bits then and shifting it by 32 bits results in undefined behavior IIRC.

Fixes: b3c8de1c "radv: save all descriptor pointers into the trace BO"

Merge request reports