diff options
Diffstat (limited to 'cpu/exec_context.cc')
-rw-r--r-- | cpu/exec_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/exec_context.cc b/cpu/exec_context.cc index 92144bd93..7332b86a6 100644 --- a/cpu/exec_context.cc +++ b/cpu/exec_context.cc @@ -34,7 +34,7 @@ #ifdef FULL_SYSTEM #include "sim/system.hh" #else -#include "sim/prog.hh" +#include "sim/process.hh" #endif using namespace std; |