mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
Merge branch 'fix_616' of https://github.com/sipa/bitcoin
This commit is contained in:
commit
e1bad25fee
@ -92,13 +92,6 @@ public:
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
base_uint& operator&=(uint64 b)
|
|
||||||
{
|
|
||||||
pn[0] &= (unsigned int)b;
|
|
||||||
pn[1] &= (unsigned int)(b >> 32);
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
base_uint& operator|=(uint64 b)
|
base_uint& operator|=(uint64 b)
|
||||||
{
|
{
|
||||||
pn[0] |= (unsigned int)b;
|
pn[0] |= (unsigned int)b;
|
||||||
|
Loading…
Reference in New Issue
Block a user