File reveng-presets_x86_64.patch of Package reveng
diff --git a/config.h b/config.h
index 0c4a3d2..88d5a20 100644
--- a/config.h
+++ b/config.h
@@ -62,7 +62,7 @@
* specific.
*/
-/* #define PRESETS 1 */
+#define PRESETS 1
/* Macros defining the size of a bmp_t.
* Their values only matter if PRESETS and/or BMPMACRO are defined, in
@@ -73,13 +73,13 @@
/* Size in bits of a bmp_t. Not necessarily a power of two. */
-#define BMP_BIT 32
+#define BMP_BIT 64
/* The highest power of two that is strictly less than BMP_BIT.
* Initialises the index of a binary search for set bits in a bmp_t.
*/
-#define BMP_SUB 16
+#define BMP_SUB 32
/*****************************************
* *