Revert "Fixed a bug where oclHashcat rejected to load a rule which calls 15 functions although it is supported"

This reverts commit f230ed73dc.

Some kernel require too much constant memory and do not compile anymore
This commit is contained in:
Jens Steube
2015-12-13 18:46:21 +01:00
parent f230ed73dc
commit 586441fa25
7 changed files with 12 additions and 23 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ typedef struct
typedef struct
{
uint cmds[16];
uint cmds[15];
} gpu_rule_t;