GetArgument: Rework getArgument so that X86_FS compiles again.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 16 Oct 2010 06:57:06 +0000 (23:57 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 16 Oct 2010 06:57:06 +0000 (23:57 -0700)
commitab9f062166085c9750eeee2318c25efeb2ec5948
tree21cb1f2f3d4ec4d64574516e1335e6697321c07f
parentb197a542b4e572d1e2df149642850fb9189c86c7
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.
12 files changed:
src/arch/alpha/utility.cc
src/arch/alpha/utility.hh
src/arch/arm/utility.cc
src/arch/arm/utility.hh
src/arch/mips/utility.cc
src/arch/mips/utility.hh
src/arch/sparc/utility.cc
src/arch/sparc/utility.hh
src/arch/x86/utility.cc
src/arch/x86/utility.hh
src/sim/arguments.cc
src/sim/arguments.hh