diff options
Diffstat (limited to 'src/dev/x86/south_bridge.cc')
-rw-r--r-- | src/dev/x86/south_bridge.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/south_bridge.cc b/src/dev/x86/south_bridge.cc index d366de4ad..c456f478d 100644 --- a/src/dev/x86/south_bridge.cc +++ b/src/dev/x86/south_bridge.cc @@ -37,7 +37,7 @@ using namespace X86ISA; SouthBridge::SouthBridge(const Params *p) : SimObject(p), platform(p->platform), pit(p->pit), pic1(p->pic1), pic2(p->pic2), - cmos(p->cmos), speaker(p->speaker) + cmos(p->cmos), speaker(p->speaker), ioApic(p->io_apic) { // Let the platform know where we are Pc * pc = dynamic_cast<Pc *>(platform); |