mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
build fix on alpha
This commit is contained in:
@@ -1694,7 +1694,7 @@ static __inline__ int
|
||||
xf86ReadMmio32(void *Base, unsigned long Offset)
|
||||
{
|
||||
__asm__ __volatile__("mb" : : : "memory");
|
||||
return *(volatile CARD32*)((unsigned long)Base+(Offset));
|
||||
return *(volatile unsigned int*)((unsigned long)Base+(Offset));
|
||||
}
|
||||
# endif
|
||||
extern void (*xf86WriteMmio8)(int, void *, unsigned long);
|
||||
|
||||
Reference in New Issue
Block a user