mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Remove debug code which referenced an old global variable.
This commit is contained in:
parent
990dec7ea0
commit
8bdaa927eb
1 changed files with 4 additions and 0 deletions
|
|
@ -1469,6 +1469,8 @@ int flush_sys(viaContextPtr vmesa, drm_via_flush_sys_t* buf)
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
#if 0
|
||||
/*=* John Sheng [2003.6.20] debug pci *=*/
|
||||
if (VIA_DEBUG) {
|
||||
GLuint *pnEngBase = (GLuint *)((GLuint)pnMMIOBase + 0x400);
|
||||
|
|
@ -1520,5 +1522,7 @@ int flush_sys(viaContextPtr vmesa, drm_via_flush_sys_t* buf)
|
|||
}
|
||||
}
|
||||
dmaLow = vmesa->dmaLow;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue