1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Fix -m 7800 and -m 7801 on CPU

This commit is contained in:
Jens Steube 2020-03-04 15:19:55 +01:00
parent b6feddd81f
commit 9f9ed78ca7
6 changed files with 16 additions and 16 deletions

View File

@ -152,7 +152,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -457,7 +457,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

View File

@ -150,7 +150,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -519,7 +519,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

View File

@ -626,7 +626,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -711,7 +711,7 @@ KERNEL_FQ void m07800_m08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -800,7 +800,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -885,7 +885,7 @@ KERNEL_FQ void m07800_s08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

View File

@ -152,7 +152,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -457,7 +457,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

View File

@ -150,7 +150,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -519,7 +519,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

View File

@ -626,7 +626,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -711,7 +711,7 @@ KERNEL_FQ void m07801_m08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -800,7 +800,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -885,7 +885,7 @@ KERNEL_FQ void m07801_s08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif