Stefan Agner 7681597e42 Use type suffix to avoid warnings
When compiling with all warnings enabled, some defines can lead to
warning due to missing unsigned type suffix:

warning: integer overflow in expression [-Woverflow]

This fix should not affected behavior at all, since calculation with
such overflows lead to the same actual address when writing to that
location. However, it makes the warning disappear and also defines
the right data type for a memory location.
2014-02-06 00:59:39 +01:00
..
2014-01-02 20:55:15 +01:00
2014-01-02 20:55:15 +01:00
2013-07-07 13:52:09 -07:00
2013-08-22 22:29:40 -07:00
2013-07-07 13:52:13 -07:00
2014-02-06 00:59:39 +01:00
2013-06-12 19:11:22 -07:00
2013-07-10 23:35:08 -04:00
2013-08-22 22:29:40 -07:00