mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(big): style and warning fixes
This commit is contained in:
parent
c616d351a9
commit
8e96181679
7 changed files with 26 additions and 26 deletions
|
|
@ -46,7 +46,7 @@ void SBigDel(BigData* num) {
|
|||
|
||||
void SBigDiv(BigData* a, BigData* b, BigData* c) {
|
||||
uint32_t allocCount = 0;
|
||||
BigBuffer &buf = a->Stack().Alloc(&allocCount);
|
||||
BigBuffer& buf = a->Stack().Alloc(&allocCount);
|
||||
|
||||
Div(a->Primary(), buf, b->Primary(), c->Primary(), a->Stack());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue