(temporary) remove debug output
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "pci_ids.h"
|
||||
#include "x86pcibios.h"
|
||||
|
||||
#define DEBUG
|
||||
// #define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
struct rom_header
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "x86emu.h"
|
||||
#include "x86emu_regs.h"
|
||||
|
||||
#define DEBUG
|
||||
// #define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
static __inline uint16_t le16dec(const void *buf)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
extern unsigned short offset_port;
|
||||
|
||||
#define DEBUG
|
||||
// #define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
int x86_pcibios_handler(struct X86EMU *emu)
|
||||
|
||||
Reference in New Issue
Block a user