diff options
Diffstat (limited to 'hw/intc')
| -rw-r--r-- | hw/intc/i8259.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/intc/i8259.c b/hw/intc/i8259.c index 2359dd8253..b6f96bf208 100644 --- a/hw/intc/i8259.c +++ b/hw/intc/i8259.c @@ -32,10 +32,7 @@ #include "trace.h" #include "qom/object.h" -/* debug PIC */ -//#define DEBUG_PIC - -//#define DEBUG_IRQ_LATENCY +/*#define DEBUG_IRQ_LATENCY*/ #define TYPE_I8259 "isa-i8259" typedef struct PICClass PICClass; |