summaryrefslogtreecommitdiff
path: root/src/dev/x86/intdev.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/intdev.hh')
-rw-r--r--src/dev/x86/intdev.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/x86/intdev.hh b/src/dev/x86/intdev.hh
index bbdd98b24..a32182a92 100644
--- a/src/dev/x86/intdev.hh
+++ b/src/dev/x86/intdev.hh
@@ -74,7 +74,7 @@ class IntDev
{
}
- AddrRangeList getAddrRanges()
+ AddrRangeList getAddrRanges() const
{
return device->getIntAddrRange();
}
@@ -152,7 +152,7 @@ class IntDev
}
virtual AddrRangeList
- getIntAddrRange()
+ getIntAddrRange() const
{
panic("intAddrRange not implemented.\n");
}