SPARC: Fix linking error from new flattenFloatIndex function.

--HG--
extra : convert_revision : 5260f33336e3a9d5e3592b784458e243157f17e3
This commit is contained in:
Gabe Black 2007-09-19 19:08:42 -07:00
parent 3cd95a2748
commit dd277e0d8f

View file

@ -122,7 +122,8 @@ namespace SparcISA
int flattenIntIndex(ThreadContext * tc, int reg);
int flattenFloatIndex(ThreadContext * tc, int reg)
static inline int
flattenFloatIndex(ThreadContext * tc, int reg)
{
return reg;
}