projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4650582
)
Make non Apple compilation work again. Ali may have to refix this.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 9 Nov 2007 07:42:44 +0000
(23:42 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 9 Nov 2007 07:42:44 +0000
(23:42 -0800)
--HG--
extra : convert_revision :
0f9455643eec14034314908ee26a6d693c54a864
src/base/hashmap.hh
patch
|
blob
|
history
diff --git
a/src/base/hashmap.hh
b/src/base/hashmap.hh
index 179191c7cb5cf694ec01ce07c6005eacfb9b9a32..f8d7997801cf813042c4a59bee0c77d717fc007a 100644
(file)
--- a/
src/base/hashmap.hh
+++ b/
src/base/hashmap.hh
@@
-59,7
+59,7
@@
namespace m5 {
//
namespace __hash_namespace {
-#if (__APPLE__) || !defined(__LP64__) && !defined(__alpha__) && !defined(__SUNPRO_CC)
+#if
defined
(__APPLE__) || !defined(__LP64__) && !defined(__alpha__) && !defined(__SUNPRO_CC)
template<>
struct hash<uint64_t> {
size_t operator()(uint64_t r) const {