SPARC: Fix linking error from new flattenFloatIndex function.
--HG-- extra : convert_revision : 5260f33336e3a9d5e3592b784458e243157f17e3
This commit is contained in:
parent
3cd95a2748
commit
dd277e0d8f
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ namespace SparcISA
|
||||||
|
|
||||||
int flattenIntIndex(ThreadContext * tc, int reg);
|
int flattenIntIndex(ThreadContext * tc, int reg);
|
||||||
|
|
||||||
int flattenFloatIndex(ThreadContext * tc, int reg)
|
static inline int
|
||||||
|
flattenFloatIndex(ThreadContext * tc, int reg)
|
||||||
{
|
{
|
||||||
return reg;
|
return reg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue