mirror of https://github.com/xemu-project/xemu.git
rtl8139: remove unused marco
Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
cde31a0e3d
commit
b44ce451df
|
@ -65,9 +65,6 @@
|
||||||
|
|
||||||
#define PCI_FREQUENCY 33000000L
|
#define PCI_FREQUENCY 33000000L
|
||||||
|
|
||||||
/* debug RTL8139 card C+ mode only */
|
|
||||||
//#define DEBUG_RTL8139CP 1
|
|
||||||
|
|
||||||
#define SET_MASKED(input, mask, curr) \
|
#define SET_MASKED(input, mask, curr) \
|
||||||
( ( (input) & ~(mask) ) | ( (curr) & (mask) ) )
|
( ( (input) & ~(mask) ) | ( (curr) & (mask) ) )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue