From 75152fcaf709135d5f9668875234aed51d6334c4 Mon Sep 17 00:00:00 2001 From: Ron Dreslinski Date: Tue, 21 Feb 2006 01:01:16 -0500 Subject: Get simple cpu to compile. Now I need to fix linking errors, probably due to missing function details in new memory objects. cpu/exec_context.cc: cpu/exec_context.hh: Fix constructor for SE mode cpu/simple/cpu.cc: cpu/simple/cpu.hh: Fix compilation errors --HG-- extra : convert_revision : 6a58c0906340e10b654369c36f528fc17e3f19be --- cpu/exec_context.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/exec_context.hh') diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index 3d40c06f0..8e9e5f2fd 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -186,8 +186,8 @@ class ExecContext ExecContext(BaseCPU *_cpu, int _thread_num, System *_system, AlphaITB *_itb, AlphaDTB *_dtb, FunctionalMemory *_dem); #else - ExecContext(BaseCPU *_cpu, int _thread_num, System *_system, - Memory *_mem, Process *_process, int _asid); + ExecContext(BaseCPU *_cpu, int _thread_num, + Process *_process, int _asid); #endif virtual ~ExecContext(); -- cgit v1.2.3