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:
parent
b6feddd81f
commit
9f9ed78ca7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user