Skip to content
Snippets Groups Projects
Commit 5b263d7b authored by Mete Balci's avatar Mete Balci Committed by Tomas Vanek
Browse files

fix for sanitizer errors in left shifts


The modified lines cause "runtime error: left shift of <X> by <Y>
places cannot be represented in type 'int'", because integer
literal is cast to int by default.

Change-Id: Ie38119b5eb46ee470e0d149959e523b48ac4d66d
Signed-off-by: default avatarMete Balci <metebalci@gmail.com>
Reviewed-on: http://openocd.zylin.com/5005


Tested-by: jenkins
Reviewed-by: default avatarTomas Vanek <vanekt@fbl.cz>
parent d5936dc6
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment