summaryrefslogtreecommitdiff
path: root/src/dev/mips/malta_io.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/mips/malta_io.cc')
-rwxr-xr-xsrc/dev/mips/malta_io.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/mips/malta_io.cc b/src/dev/mips/malta_io.cc
index 5a738a9b4..a7c68a3bc 100755
--- a/src/dev/mips/malta_io.cc
+++ b/src/dev/mips/malta_io.cc
@@ -80,7 +80,7 @@ MaltaIO::MaltaIO(const Params *p)
Tick
MaltaIO::frequency() const
{
- return Clock::Frequency / params()->frequency;
+ return SimClock::Frequency / params()->frequency;
}
Tick