commit | d10afb17486f87a56baf97a893b4e4533eb5b851 | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Thu Nov 14 11:13:41 2013 +0000 |
committer | David Butcher <david.butcher@arm.com> | Thu Dec 12 17:30:13 2013 +0000 |
tree | 72990f9b077ffadaf412e91397bde6b614a01bfc | |
parent | 8779c4eab43956ecf626bbece3f6f3bc54970d6a [diff] |
Pixelflinger: Fix issue of pointers being stored in ints Pixelflinger's code makes assumptions, at certain places, that pointers can be stored as ints. This patch makes use of uintptr_t wherever pointers are stored as int or cast to int. Change-Id: Ie76f425cbc82ac038a747f77a95bd31774f4a8e8 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>