merge: mips fix to getArgument

--HG--
extra : convert_revision : 0e97c80ca9bdd354f537bf5d036e024da0081306
This commit is contained in:
Nathan Binkert 2007-08-01 16:58:22 -07:00
commit f20ba92a76

View file

@ -48,7 +48,9 @@ class ThreadContext;
namespace MipsISA {
uint64_t getArgument(ThreadContext *tc, bool fp) {
inline uint64_t
getArgument(ThreadContext *tc, bool fp)
{
panic("getArgument() not implemented for MIPS\n");
}