diff options
| author | Marcus Oakland <marcus.oakland@arm.com> | 2013-06-05 16:32:29 +0100 |
|---|---|---|
| committer | David Butcher <david.butcher@arm.com> | 2013-12-10 18:13:26 +0000 |
| commit | 605356416088e369f2c9279ed3b7dc989f9dea44 (patch) | |
| tree | b2ab995c7e9a3e877aef4fb09e6c4b1e8199a631 /base/errors_unix.cpp | |
| parent | 6fec3a23046a3100c2ce1863afdd0191da69cdcc (diff) | |
AArch64: Correction of struct surface_t
The struct in the union with GGLSurface in struct surface_t assumed
that the reserved field, which corresponds to the GGLsizei version
field in the GGLSurface structure (where GGLsizei is define as being
ssize_t in the system/core/include/pixelflinger/pixelflinger.h header
file) is uint32_t. That is appropriate to the 32-bit system but is
not appropriate to the 64-bit system, where ssize_t is 64-bits rather
than 32-bits.
The 32-bit system has also been tested and has no regression
because of this change.
Change-Id: I5cd84fd4a18fa0e63e27975f7b3d3e95b99cea58
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
Diffstat (limited to 'base/errors_unix.cpp')
0 files changed, 0 insertions, 0 deletions
