commit | 8aec0872683d92f511bb318f050075ed0c27f62f | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Wed Aug 15 11:52:00 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 16 19:47:41 2018 -0700 |
tree | bdab9c37a3be21b673eca5b3122b016b1a01897a | |
parent | 0866d18d03c4c641bed0a81cf6d7acbcc31bb98e [diff] |
kernel: Fix bitwise operators with unsigned operators Bitwise operators should be used only with unsigned integer operands because the result os bitwise operations on signed integers are implementation-defined. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>