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/sim/arguments.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim/arguments.cc') diff --git a/src/sim/arguments.cc b/src/sim/arguments.cc index 511fc630d..6d45e3b3d 100644 --- a/src/sim/arguments.cc +++ b/src/sim/arguments.cc @@ -50,7 +50,7 @@ Arguments::Data::alloc(size_t size) } uint64_t -Arguments::getArg(uint8_t size, bool fp) +Arguments::getArg(uint16_t size, bool fp) { return TheISA::getArgument(tc, number, size, fp); } -- cgit v1.2.3