1
mirror of https://github.com/hashcat/hashcat synced 2025-03-12 00:14:28 +01:00

Fix invalid VENDOR_ID for AMD

This commit is contained in:
Jens Steube 2015-12-16 10:00:33 +01:00
parent 141d5740ac
commit 0f1ae86be9

View File

@ -9,7 +9,7 @@
* vendor specific
*/
#if VENDOR_ID == 4096
#if VENDOR_ID == 4098
#define IS_AMD
#endif