summaryrefslogtreecommitdiff
path: root/arch/alpha
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-04 22:30:09 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-04 22:30:09 -0500
commitebd28075abb304bcc9f33873f32a686ffff21604 (patch)
treedcc039af89790c79412bc8afbc71c02b8258ac93 /arch/alpha
parent1e3b221fe38a09d477f306ac837e9f816bcea029 (diff)
downloadgem5-ebd28075abb304bcc9f33873f32a686ffff21604.tar.xz
Changed targetarch to arch
--HG-- extra : convert_revision : f54d8afd2c7eb338133046e612cddc1d5689a55c
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/system.cc b/arch/alpha/system.cc
index b841a6d53..460131d43 100644
--- a/arch/alpha/system.cc
+++ b/arch/alpha/system.cc
@@ -35,7 +35,7 @@
#include "mem/functional/physical.hh"
#include "sim/byteswap.hh"
#include "sim/builder.hh"
-#include "targetarch/vtophys.hh"
+#include "arch/vtophys.hh"
using namespace LittleEndianGuest;