mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
Make FULLNONCE an ULL to fix a warning on 32 bit.
This commit is contained in:
parent
d3955b8951
commit
fb249975ec
@ -47,7 +47,7 @@
|
||||
#define BFLSC_DI_DEVICESINCHAIN "DEVICES IN CHAIN"
|
||||
#define BFLSC_DI_CHAINPRESENCE "CHAIN PRESENCE MASK"
|
||||
|
||||
#define FULLNONCE 0x100000000
|
||||
#define FULLNONCE 0x100000000ULL
|
||||
|
||||
struct bflsc_dev {
|
||||
// Work
|
||||
|
Loading…
x
Reference in New Issue
Block a user