summaryrefslogtreecommitdiff
path: root/src/arch/alpha/process.cc
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2008-12-07 15:07:42 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2008-12-07 15:07:42 -0500
commit993b7be4bb3dae5b15cd4c23a4c0e4c3dc7ed734 (patch)
treea595851b8385871ae104a06c59f17e62e3a9e154 /src/arch/alpha/process.cc
parente4790bcbe29b82dc81d4f34b78bb6ee2f718806a (diff)
downloadgem5-993b7be4bb3dae5b15cd4c23a4c0e4c3dc7ed734.tar.xz
imported patch aux-fix.patch
Diffstat (limited to 'src/arch/alpha/process.cc')
-rw-r--r--src/arch/alpha/process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/process.cc b/src/arch/alpha/process.cc
index 3e5851e74..004be1ec0 100644
--- a/src/arch/alpha/process.cc
+++ b/src/arch/alpha/process.cc
@@ -67,7 +67,7 @@ AlphaLiveProcess::argsInit(int intSize, int pageSize)
{
objFile->loadSections(initVirtMem);
- typedef M5_auxv_t<uint64_t> auxv_t;
+ typedef AuxVector<uint64_t> auxv_t;
std::vector<auxv_t> auxv;
ElfObject * elfObject = dynamic_cast<ElfObject *>(objFile);