mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 11:53:39 +08:00
Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c
Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c to make it possible to build QEMU with -DDEBUG Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ac7045cff7
commit
271248886e
@ -33,9 +33,9 @@
|
||||
|
||||
#include "e1000_hw.h"
|
||||
|
||||
#define DEBUG
|
||||
#define E1000_DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef E1000_DEBUG
|
||||
enum {
|
||||
DEBUG_GENERAL, DEBUG_IO, DEBUG_MMIO, DEBUG_INTERRUPT,
|
||||
DEBUG_RX, DEBUG_TX, DEBUG_MDIC, DEBUG_EEPROM,
|
||||
|
Loading…
Reference in New Issue
Block a user