diff options
Diffstat (limited to 'src/arch/arm/semihosting.hh')
-rw-r--r-- | src/arch/arm/semihosting.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/arm/semihosting.hh b/src/arch/arm/semihosting.hh index a9c11933f..2ae31827e 100644 --- a/src/arch/arm/semihosting.hh +++ b/src/arch/arm/semihosting.hh @@ -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; |