mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 22:40:09 +01:00
Fix PowerPC related typo in spantmp2.h
Signed-off-by: Matthias Hopf <mhopf@suse.de> Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
383f460cf7
commit
96280c2a41
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@
|
|||
# define READ_RGBA( rgba, _x, _y ) \
|
||||
do { \
|
||||
GLuint p = GET_VALUE(_x, _y); \
|
||||
*((uint32_t *) rgba) = (t << 8) | 0xff; \
|
||||
*((uint32_t *) rgba) = (p << 8) | 0xff; \
|
||||
} while (0)
|
||||
# else
|
||||
# define READ_RGBA( rgba, _x, _y ) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue