Skip to content

mod/cmn_cyprus: Fix bad bit shift operation

James Chesterman requested to merge jc/fix-bad-shift into main

Attempting to perform a left shift of more than 31 bits causes undefined behaviour. Add a cast to make the bit shift input 64 bits.

Signed-off-by: James Chesterman James.Chesterman@arm.com

Merge request reports

Loading