- the stubs for the PCI core must be always present (fixes bug reported in SF forum)
This commit is contained in:
parent
642bdcfb0a
commit
72f73e7d8d
@ -66,10 +66,10 @@ bx_devices_c::~bx_devices_c()
|
||||
|
||||
void bx_devices_c::init_stubs()
|
||||
{
|
||||
#if BX_SUPPORT_PCI
|
||||
pluginPciBridge = &stubPci;
|
||||
pluginPci2IsaBridge = &stubPci2Isa;
|
||||
pluginPciIdeController = &stubPciIde;
|
||||
#if BX_SUPPORT_PCI
|
||||
pluginACPIController = &stubACPIController;
|
||||
#endif
|
||||
pluginKeyboard = &stubKeyboard;
|
||||
|
Loading…
x
Reference in New Issue
Block a user