mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Hmm, let's try to fix reveng on 32b
This commit is contained in:
parent
2f029d0d9d
commit
a187968967
1 changed files with 2 additions and 2 deletions
|
@ -77,13 +77,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#if UINTMAX_MAX == UINT64_MAX
|
#if UINTPTR_MAX == UINT64_MAX
|
||||||
// 64-bit
|
// 64-bit
|
||||||
#define PRESETS 1
|
#define PRESETS 1
|
||||||
#define BMP_BIT 64
|
#define BMP_BIT 64
|
||||||
#define BMP_SUB 32
|
#define BMP_SUB 32
|
||||||
|
|
||||||
#elif UINTMAX_MAX == UINT32_MAX
|
#elif UINTPTR_MAX == UINT32_MAX
|
||||||
// 32-bit
|
// 32-bit
|
||||||
#define PRESETS 1
|
#define PRESETS 1
|
||||||
#define BMP_BIT 32
|
#define BMP_BIT 32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue