mirror of
https://github.com/hashcat/hashcat
synced 2025-02-25 12:23:13 +01:00
Fix typo in macro
This commit is contained in:
parent
7b443ee7ff
commit
9b73c464d2
@ -888,7 +888,7 @@ static void append_block8 (const u32 offset, u32 buf0[4], u32 buf1[4], const u32
|
||||
const int selector = (0x76543210 >> (offset_minus_4 * 4)) & 0xffff;
|
||||
#endif
|
||||
|
||||
#if defined IS_ROCM
|
||||
#if defined IS_AMD_ROCM
|
||||
const int selector = 0x0706050403020100 >> (offset_minus_4 * 8);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user