summaryrefslogtreecommitdiff
path: root/src/ast_tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_tool.c')
-rw-r--r--src/ast_tool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ast_tool.c b/src/ast_tool.c
index 11d3085..157a869 100644
--- a/src/ast_tool.c
+++ b/src/ast_tool.c
@@ -112,10 +112,9 @@ ASTUnmapMem(ScrnInfoPtr pScrn)
Bool
ASTMapMMIO(ScrnInfoPtr pScrn)
{
- int mmioFlags;
ASTRecPtr pAST = ASTPTR(pScrn);
-
#ifndef XSERVER_LIBPCIACCESS
+ int mmioFlags;
#if !defined(__alpha__)
mmioFlags = VIDMEM_MMIO | VIDMEM_READSIDEEFFECT;