From 5268067f14d1c0b0df81a6aa688009671926d907 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 2 Jun 2010 12:58:18 -0500 Subject: ARM: Fix SPEC2000 benchmarks in SE mode. With this patch all Spec2k benchmarks seem to run with atomic or timing mode simple CPUs. Fixed up some constants, handling of 64 bit arguments, and marked a few more syscalls ignoreFunc. --- src/arch/arm/process.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm/process.hh') diff --git a/src/arch/arm/process.hh b/src/arch/arm/process.hh index a4dd5e842..3f7af2c9b 100644 --- a/src/arch/arm/process.hh +++ b/src/arch/arm/process.hh @@ -56,6 +56,7 @@ class ArmLiveProcess : public LiveProcess public: void argsInit(int intSize, int pageSize); + uint64_t getSyscallArg(ThreadContext *tc, int &i, int width); ArmISA::IntReg getSyscallArg(ThreadContext *tc, int &i); void setSyscallArg(ThreadContext *tc, int i, ArmISA::IntReg val); void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); -- cgit v1.2.3