SPARC: Fix linking error from new flattenFloatIndex function.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 20 Sep 2007 02:08:42 +0000 (19:08 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 20 Sep 2007 02:08:42 +0000 (19:08 -0700)
--HG--
extra : convert_revision : 5260f33336e3a9d5e3592b784458e243157f17e3

src/arch/sparc/regfile.hh

index 7972d6982e89de0e818f80ef8818c699d1fcd72a..c03f69fc5b9d512ca91da5c10468f679219fc764 100644 (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;
     }