summaryrefslogtreecommitdiff
path: root/dev/platform.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/platform.cc')
-rw-r--r--dev/platform.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/platform.cc b/dev/platform.cc
index cf012352b..adced0c5f 100644
--- a/dev/platform.cc
+++ b/dev/platform.cc
@@ -32,6 +32,15 @@
using namespace std;
+Platform::Platform(const string &name, IntrControl *intctrl, PciConfigAll *pci)
+ : SimObject(name), intrctrl(intctrl), pciconfig(pci)
+{
+}
+
+Platform::~Platform()
+{
+}
+
void
Platform::postPciInt(int line)
{