Make non Apple compilation work again. Ali may have to refix this.

--HG--
extra : convert_revision : 0f9455643eec14034314908ee26a6d693c54a864
This commit is contained in:
Gabe Black 2007-11-08 23:42:44 -08:00
parent 46505821ec
commit 7c0076d5f3

View file

@ -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 {