diff options
-rw-r--r-- | src/radeon_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 709a7893..7b151ea2 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1309,7 +1309,7 @@ static void RADEONInitMemoryMap(ScrnInfoPtr pScrn) else #endif { - uint32_t aper0_base; + uint64_t aper0_base; if (info->ChipFamily >= CHIP_FAMILY_R600) { aper0_base = INREG(R600_CONFIG_F0_BASE); |