From ab9f062166085c9750eeee2318c25efeb2ec5948 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 15 Oct 2010 23:57:06 -0700 Subject: GetArgument: Rework getArgument so that X86_FS compiles again. When no size is specified for an argument, push the decision about what size to use into the ISA by passing a size of -1. --- src/arch/mips/utility.cc | 2 +- src/arch/mips/utility.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/mips') diff --git a/src/arch/mips/utility.cc b/src/arch/mips/utility.cc index 7dd74551e..faae1e937 100644 --- a/src/arch/mips/utility.cc +++ b/src/arch/mips/utility.cc @@ -52,7 +52,7 @@ using namespace std; namespace MipsISA { uint64_t -getArgument(ThreadContext *tc, int &number, uint8_t size, bool fp) +getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp) { #if FULL_SYSTEM if (number < 4) { diff --git a/src/arch/mips/utility.hh b/src/arch/mips/utility.hh index d073f3116..bc50027c0 100644 --- a/src/arch/mips/utility.hh +++ b/src/arch/mips/utility.hh @@ -45,7 +45,7 @@ class ThreadContext; namespace MipsISA { -uint64_t getArgument(ThreadContext *tc, int &number, uint8_t size, bool fp); +uint64_t getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp); //////////////////////////////////////////////////////////////////////// // -- cgit v1.2.3