remove defines which belong to already removed feature. fix compilation with GUI debugger enabled

This commit is contained in:
Stanislav Shwartsman 2021-01-30 19:07:56 +00:00
parent 0b83259417
commit 2999eab48c
2 changed files with 1 additions and 6 deletions

View File

@ -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);

View File

@ -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
///////////////////////////////////////////////////////////////////