diff options
| -rw-r--r-- | src/core/hle/service/lm/lm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp index f4f6533ad..93e1fde01 100644 --- a/src/core/hle/service/lm/lm.cpp +++ b/src/core/hle/service/lm/lm.cpp | |||
| @@ -39,7 +39,7 @@ struct LogPacketHeaderEntry { | |||
| 39 | namespace std { | 39 | namespace std { |
| 40 | template <> | 40 | template <> |
| 41 | struct hash<Service::LM::LogPacketHeaderEntry> { | 41 | struct hash<Service::LM::LogPacketHeaderEntry> { |
| 42 | std::size_t operator()(const Service::LM::LogPacketHeaderEntry& k) const { | 42 | std::size_t operator()(const Service::LM::LogPacketHeaderEntry& k) const noexcept { |
| 43 | std::size_t seed{}; | 43 | std::size_t seed{}; |
| 44 | boost::hash_combine(seed, k.pid); | 44 | boost::hash_combine(seed, k.pid); |
| 45 | boost::hash_combine(seed, k.tid); | 45 | boost::hash_combine(seed, k.tid); |