Fixed VS 2019 compilation error in siminterface.cc.
TODO (also MSVC / VS 2019 issues): - Bochs with debugger enabled fails to link. - After bx_bool removal there are tons of warnings (C4804 / C4805).
This commit is contained in:
parent
83ab74a0c4
commit
30b9c1b086
@ -24,9 +24,9 @@
|
||||
// Basically, the siminterface is visible from both the simulator and
|
||||
// the configuration user interface, and allows them to talk to each other.
|
||||
|
||||
#include "bx_debug/debug.h"
|
||||
#include "param_names.h"
|
||||
#include "iodev.h"
|
||||
#include "bx_debug/debug.h"
|
||||
#include "virt_timer.h"
|
||||
|
||||
bx_simulator_interface_c *SIM = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user