summaryrefslogtreecommitdiff
path: root/src/kern/operatingsystem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/operatingsystem.cc')
-rw-r--r--src/kern/operatingsystem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/operatingsystem.cc b/src/kern/operatingsystem.cc
index 1ecc94c15..553ceaf66 100644
--- a/src/kern/operatingsystem.cc
+++ b/src/kern/operatingsystem.cc
@@ -34,7 +34,7 @@
#include "base/misc.hh"
int
-OperatingSystem::openSpecialFile(std::string path, LiveProcess *process,
+OperatingSystem::openSpecialFile(std::string path, Process *process,
ThreadContext *tc)
{
warn("Attempting to open special file: %s. Ignoring. Simulation may"