Skip to content

mod/cmn_cyprus: Fix bad bit shift operation

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