diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2007-06-27 03:34:13 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2007-06-27 03:34:13 -0300 |
commit | d73835efda4995a310188537233a984f4b73628d (patch) | |
tree | c9afba72dce91ba6cc6a2ef894366f78104f90cd /hw/kdrive/ati | |
parent | 38f8e536684193c3f70b23be22d818053c676072 (diff) |
More janitor work. Remove 'defined but not used' warnings from kdrive and some minor cosmetic.
Diffstat (limited to 'hw/kdrive/ati')
-rw-r--r-- | hw/kdrive/ati/ati_dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/ati/ati_dma.c b/hw/kdrive/ati/ati_dma.c index 70b86d36c..2caabdbd8 100644 --- a/hw/kdrive/ati/ati_dma.c +++ b/hw/kdrive/ati/ati_dma.c @@ -43,6 +43,7 @@ extern CARD32 radeon_cp_microcode[][2]; extern CARD32 r200_cp_microcode[][2]; extern CARD32 r300_cp_microcode[][2]; +#if DEBUG_FIFO static void ATIDebugFifo(ATIScreenInfo *atis) { @@ -69,6 +70,7 @@ ATIDebugFifo(ATIScreenInfo *atis) MMIO_IN32(mmio, R128_REG_PC_NGUI_CTLSTAT)); } } +#endif static void ATIUploadMicrocode(ATIScreenInfo *atis) |