projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd95a2
)
SPARC: Fix linking error from new flattenFloatIndex function.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 20 Sep 2007 02:08:42 +0000
(19:08 -0700)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/sparc/regfile.hh
b/src/arch/sparc/regfile.hh
index 7972d6982e89de0e818f80ef8818c699d1fcd72a..c03f69fc5b9d512ca91da5c10468f679219fc764 100644
(file)
--- a/
src/arch/sparc/regfile.hh
+++ b/
src/arch/sparc/regfile.hh
@@
-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;
}