Skip to content
Commit 4ae50c4d authored by James Chesterman's avatar James Chesterman
Browse files

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: default avatarJames Chesterman <James.Chesterman@arm.com>
parent c1f71e14
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment