diff options
Diffstat (limited to 'cpu/profile.hh')
-rw-r--r-- | cpu/profile.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/profile.hh b/cpu/profile.hh index 18061f9bf..1eb012a27 100644 --- a/cpu/profile.hh +++ b/cpu/profile.hh @@ -33,7 +33,7 @@ #include "cpu/static_inst.hh" #include "sim/host.hh" -#include "targetarch/stacktrace.hh" +#include "arch/stacktrace.hh" class ProfileNode { |