Fix x86-64 build.
This commit is contained in:
parent
02c7127cb9
commit
6f568acbc8
@ -115,7 +115,7 @@ struct StackTraceView::StackTraceKey {
|
||||
|
||||
uint32 HashValue() const
|
||||
{
|
||||
return (uint32)stackTrace;
|
||||
return *(uint32*)stackTrace;
|
||||
}
|
||||
|
||||
bool operator==(const StackTraceKey& other) const
|
||||
|
Loading…
Reference in New Issue
Block a user