Oleksandr Tymoshenko 71c1e74434 Fix IIC "how" argument dereferencing on big-endian platforms
"how" argument is passed as value of int* pointer to callback
function but dereferenced as char* so only one byte taken into
into account. On little-endian systems it happens to work because
first byte is LSB that contains actual value, on big-endian it's
MSB and in this case it's always equal zero

PR:		207786
Submitted by:	chadf@triularity.org
2016-04-10 23:17:06 +00:00
..
2016-02-17 21:24:26 +00:00
2016-02-18 01:24:10 +00:00
2016-03-12 09:44:23 +00:00
2016-02-18 01:24:10 +00:00
2016-02-18 01:24:10 +00:00
2015-02-24 01:00:46 +00:00
2015-03-08 19:55:46 +00:00
2016-02-25 04:32:17 +00:00
2015-01-23 15:14:30 +00:00
2015-06-30 17:00:45 +00:00
2015-06-30 17:00:45 +00:00
2016-03-22 06:24:52 +00:00
2016-01-07 21:16:44 +00:00
2016-02-18 01:24:10 +00:00
2016-03-01 17:47:32 +00:00
2016-02-25 02:46:47 +00:00
2016-03-26 23:39:53 +00:00
2016-03-16 16:56:28 +00:00
2014-11-18 21:58:57 +00:00
2015-09-07 21:59:11 +00:00
2016-03-01 17:47:32 +00:00
2016-02-18 03:05:08 +00:00
2015-06-30 17:00:45 +00:00
2016-02-21 18:51:48 +00:00
2015-06-30 17:00:45 +00:00
2016-01-01 17:56:52 +00:00
2016-03-21 22:19:53 +00:00
2016-03-01 17:47:32 +00:00
2016-02-18 01:24:10 +00:00
2014-11-21 21:34:19 +00:00
2015-06-30 17:00:45 +00:00
2016-04-06 00:52:30 +00:00
2016-03-01 17:47:32 +00:00
2016-02-18 01:24:10 +00:00