mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NTOS:CM] Add surrounding parentheses to GET_HASH_INDEX definition
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
// Returns the index into the hash table, or the entry itself
|
||||
//
|
||||
#define GET_HASH_INDEX(ConvKey) \
|
||||
GET_HASH_KEY(ConvKey) % CmpHashTableSize
|
||||
(GET_HASH_KEY(ConvKey) % CmpHashTableSize)
|
||||
#define GET_HASH_ENTRY(Table, ConvKey) \
|
||||
(&Table[GET_HASH_INDEX(ConvKey)])
|
||||
#define ASSERT_VALID_HASH(h) \
|
||||
|
||||
Reference in New Issue
Block a user