summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-01-25 01:16:19 +0000
committerEric Anholt <anholt@freebsd.org>2004-01-25 01:16:19 +0000
commitf2bedd17af7c3b9241c02dc1c899f32fc0cd2f10 (patch)
treebe6c2fcce5eb23c6826d691eb3aca7c6fc52428f
parent26c5a8dfdd2aa09db46c4cf963ca697df3e777ef (diff)
Oops, turn fallback output back off.
-rw-r--r--hw/kdrive/ati/ati_draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/ati/ati_draw.h b/hw/kdrive/ati/ati_draw.h
index 8127d69bf..af2a95ce4 100644
--- a/hw/kdrive/ati/ati_draw.h
+++ b/hw/kdrive/ati/ati_draw.h
@@ -84,7 +84,7 @@ void RadeonSwitchTo3D(void);
void
ATIWaitIdle(void);
-#if 1
+#if 0
#define ATI_FALLBACK(x) \
do { \
ErrorF x; \