X86: Fix the expected size of the immediate offset in MOV_MI.
[gem5.git] / src / sim / core.cc
index 75f1f384c6a49be90ce6f2f52760810a5a077432..8342b674003d7cb407c11a149760cb083ce277e1 100644 (file)
@@ -97,14 +97,6 @@ setOutputDir(const string &dir)
     simout.setDirectory(dir);
 }
 
-ostream *outputStream;
-
-void
-setOutputFile(const string &file)
-{
-    outputStream = simout.find(file);
-}
-
 /**
  * Queue of C++ callbacks to invoke on simulator exit.
  */