Fix x86-64 build.

This commit is contained in:
Rene Gollent 2014-11-14 22:58:45 -05:00
parent 02c7127cb9
commit 6f568acbc8

View File

@ -115,7 +115,7 @@ struct StackTraceView::StackTraceKey {
uint32 HashValue() const
{
return (uint32)stackTrace;
return *(uint32*)stackTrace;
}
bool operator==(const StackTraceKey& other) const