From ebd28075abb304bcc9f33873f32a686ffff21604 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 4 Mar 2006 22:30:09 -0500 Subject: [PATCH] Changed targetarch to arch --HG-- extra : convert_revision : f54d8afd2c7eb338133046e612cddc1d5689a55c --- arch/alpha/system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;