Changed targetarch to just arch.

SConscript:
    Changed all of the "targetarch" files to be "arch" files
arch/SConscript:
    Added all of the remaining targetarch files to isa_switch_hdrs

--HG--
extra : convert_revision : a37d18349e27cf92dce12814f21944daa7fe9480
This commit is contained in:
Gabe Black
2006-02-27 05:35:43 -05:00
parent f56d42c53d
commit c5dcd152f2
26 changed files with 57 additions and 47 deletions

View File

@@ -49,7 +49,7 @@
#include "sim/debug.hh"
#include "sim/host.hh"
#include "sim/stats.hh"
#include "targetarch/vtophys.hh"
#include "arch/vtophys.hh"
const char *NsRxStateStrings[] =
{

View File

@@ -47,7 +47,7 @@
#include "sim/eventq.hh"
#include "sim/host.hh"
#include "sim/stats.hh"
#include "targetarch/vtophys.hh"
#include "arch/vtophys.hh"
using namespace Net;
using namespace TheISA;