mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-21 10:00:45 +02:00
Fix fbCompositeTrans_0888xnx0888 build for wfb on big endian.
This commit is contained in:
parent
2866e0bac9
commit
5e4b3232da
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ fbIn (CARD32 x, CARD8 y)
|
|||
temp=count&3; \
|
||||
where-=temp; \
|
||||
workingWhere=(CARD32 *)where; \
|
||||
workingVal=READ(workingWhere)++; \
|
||||
workingVal=READ(workingWhere++); \
|
||||
count=4-temp; \
|
||||
workingVal<<=(8*temp)
|
||||
#define readPacked(where,x,y,z) {if(!(x)) { (x)=4; y = READ(z++); } where=(y)>>24; (y)<<=8; (x)--;}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue