Prevent possible undefined behaviour computing the size of the scache by usingunsigne...
authorNick Clifton <nickc@redhat.com>
Thu, 4 Feb 2016 16:27:06 +0000 (16:27 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Feb 2016 16:27:06 +0000 (16:27 +0000)
commit13754e4c3d1b78945ecba225216f29d71334b77d
tree4f8f706b92dd399bfa7a5446c258ff235ff444b6
parent31d913c7e4e84edf88b4324c3a9a8fb31c8206ec
Prevent possible undefined behaviour computing the size of the scache by usingunsigned integers instead of signed integers.

* cgen-scache.c (scache_option_handler): Prevent possible
undefined behaviour computing the size of the scache by using
unsigned integers instead of signed integers.
sim/common/ChangeLog
sim/common/cgen-scache.c
This page took 0.029818 seconds and 4 git commands to generate.