diff options
Diffstat (limited to 'src/sim/tlb.cc')
-rw-r--r-- | src/sim/tlb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/tlb.cc b/src/sim/tlb.cc index e2f4f9135..8cde0db2e 100644 --- a/src/sim/tlb.cc +++ b/src/sim/tlb.cc @@ -30,8 +30,8 @@ #include "cpu/thread_context.hh" #include "mem/page_table.hh" -#include "sim/process.hh" #include "sim/faults.hh" +#include "sim/process.hh" #include "sim/tlb.hh" Fault |