1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

Revert "Fix -m 7800 and -m 7801 on CPU"

This reverts commit 9f9ed78ca7.
This commit is contained in:
Jens Steube 2020-04-02 14:54:35 +02:00
parent 2c94c003ce
commit b89bb84e1d
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)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -457,7 +457,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif

View File

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

View File

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

View File

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

View File

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

View File

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