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:
Volker Ruppert 2021-02-06 13:35:34 +00:00
parent 83ab74a0c4
commit 30b9c1b086

View File

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