Fix "runtime error: shift exponent 32 is too large for 32-bit type 'int'" error 68/213568/2
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 9 Sep 2019 01:49:22 +0000 (10:49 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 9 Sep 2019 23:25:47 +0000 (08:25 +0900)
commit9857b59e53bba9ccdd5409fd50cf2924c5afb962
tree1f677c3a5ee4557fb65442b77fd82a0ed558f448
parent4552680b7d23d27cf933df6805c26ac3fce1a550
Fix "runtime error: shift exponent 32 is too large for 32-bit type 'int'" error

 - Fix 1 to 1ULL.
 - if ( mSignalMask & (1ULL << (signum-1) ) )

Change-Id: I9c22bf0ea288a23e8d454d23c9ee50abef2dd6ad
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
dali/internal/system/common/abort-handler.cpp