diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2011-08-12 08:39:13 -0700 |
---|---|---|
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | 2011-08-12 08:39:13 -0700 |
commit | eef5de0efa2f00614f6d7a24cf117f677ddd3726 (patch) | |
tree | 3ef3dee9513d9dec69841928c462150718bd89cb /hw | |
parent | 3fe03a7e7337d1be3a71ca1cb6018666490c7111 (diff) | |
download | external_qemu-eef5de0efa2f00614f6d7a24cf117f677ddd3726.zip external_qemu-eef5de0efa2f00614f6d7a24cf117f677ddd3726.tar.gz external_qemu-eef5de0efa2f00614f6d7a24cf117f677ddd3726.tar.bz2 |
Disable trace.
Change-Id: I7130b7f82dec493fb893acf2527755398104cde3
Diffstat (limited to 'hw')
-rw-r--r-- | hw/goldfish_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/goldfish_pipe.c b/hw/goldfish_pipe.c index fd31a2b..b46a8b8 100644 --- a/hw/goldfish_pipe.c +++ b/hw/goldfish_pipe.c @@ -15,7 +15,7 @@ #include "hw/goldfish_device.h" #include "qemu-timer.h" -#define DEBUG 1 +#define DEBUG 0 /* Set to 1 to debug i/o register reads/writes */ #define DEBUG_REGS 0 |