SPARC: Fix linking error from new flattenFloatIndex function.
--HG-- extra : convert_revision : 5260f33336e3a9d5e3592b784458e243157f17e3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user