From 993b7be4bb3dae5b15cd4c23a4c0e4c3dc7ed734 Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Sun, 7 Dec 2008 15:07:42 -0500 Subject: imported patch aux-fix.patch --- src/arch/alpha/process.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/alpha') 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 auxv_t; + typedef AuxVector auxv_t; std::vector auxv; ElfObject * elfObject = dynamic_cast(objFile); -- cgit v1.2.3