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/sim/process.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sim/process.cc') diff --git a/src/sim/process.cc b/src/sim/process.cc index 244fb9297..a1f4c7d1d 100644 --- a/src/sim/process.cc +++ b/src/sim/process.cc @@ -87,14 +87,14 @@ using namespace TheISA; int num_processes = 0; template -M5_auxv_t::M5_auxv_t(IntType type, IntType val) +AuxVector::AuxVector(IntType type, IntType val) { a_type = TheISA::htog(type); a_val = TheISA::htog(val); } -template class M5_auxv_t; -template class M5_auxv_t; +template class AuxVector; +template class AuxVector; Process::Process(ProcessParams * params) : SimObject(params), system(params->system), checkpointRestored(false), -- cgit v1.2.3