diff options
Diffstat (limited to 'sim/process.cc')
-rw-r--r-- | sim/process.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/process.cc b/sim/process.cc index 3ae3abb52..0a7e46082 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -54,6 +54,7 @@ #endif using namespace std; +using namespace TheISA; // // The purpose of this code is to fake the loader & syscall mechanism |