remove defines which belong to already removed feature. fix compilation with GUI debugger enabled
This commit is contained in:
parent
0b83259417
commit
2999eab48c
@ -17,6 +17,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#include "bochs.h"
|
||||
#include "pc_system.h"
|
||||
#include "cpu/cpu.h"
|
||||
|
||||
extern char* disasm(const Bit8u *opcode, bool is_32, bool is_64, char *disbufptr, bxInstruction_c *i, bx_address cs_base, bx_address rip);
|
||||
|
@ -199,12 +199,6 @@ enum {
|
||||
BX_BOOT_NETWORK
|
||||
};
|
||||
|
||||
// loader hack
|
||||
#define Load32bitOSNone 0
|
||||
#define Load32bitOSLinux 1
|
||||
#define Load32bitOSNullKernel 2 // being developed for plex86
|
||||
#define Load32bitOSLast 2
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
// event structures for communication between simulator and CI
|
||||
///////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user