mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / semihosting.hh
index a9c11933fea79c77b9d0907ae6fe35af2c674786..2ae31827ef13ae9feb657eaee7e89e8583b725aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 ARM Limited
+ * Copyright (c) 2018, 2019 ARM Limited
  * All rights reserved
  *
  * The license below extends only to copyright in the software and shall
@@ -243,6 +243,7 @@ class ArmSemihosting : public SimObject
         FILE *file;
     };
 
+    std::string filesRootDir;
     std::vector<std::unique_ptr<FileBase>> files;
     FILE *stdin;
     FILE *stdout;