mirror of
https://github.com/Vita3K/dynarmic.git
synced 2024-12-04 11:53:45 +00:00
Revert "arm_types: Don't use std::hash<u64>() for LocationDescriptorHash"
This reverts commit 519c714dbc
.
This commit is contained in:
parent
519c714dbc
commit
b3743e9453
@ -128,7 +128,7 @@ private:
|
||||
|
||||
struct LocationDescriptorHash {
|
||||
size_t operator()(const LocationDescriptor& x) const {
|
||||
return static_cast<size_t>(x.UniqueHash());
|
||||
return std::hash<u64>()(x.UniqueHash());
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user