Compiling: Fix for 64bit compile on Darwin/OSX 10.5.

--HG--
extra : convert_revision : 1f23f7a3952f55cca8293fb43ae15db42005aeac
This commit is contained in:
Ali Saidi 2007-11-08 16:11:09 -05:00
parent 422ab8bec0
commit 0673029689

View file

@ -59,7 +59,7 @@ namespace m5 {
//
namespace __hash_namespace {
#if !defined(__LP64__) && !defined(__alpha__) && !defined(__SUNPRO_CC)
#if (__APPLE__) || !defined(__LP64__) && !defined(__alpha__) && !defined(__SUNPRO_CC)
template<>
struct hash<uint64_t> {
size_t operator()(uint64_t r) const {