mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/intc/i8259: Remove unused DEBUG_PIC define
The debug printfs were converted to traces so this define is now unused.
Fixes: 0880a87300
(i8259: convert DPRINTFs into trace)
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Message-ID: <20250423101125.B243A55C592@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
aca4967567
commit
8cd3b84c8a
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue