Skip to content
Snippets Groups Projects
Commit 558c53e2 authored by jdh8d's avatar jdh8d
Browse files

Unpin+CFI support for 32-bit and 64-bit plus zipr-re-calc dollop size bug fix.

parent b71af63f
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ class Dollop_t : public Placeable_t, public std::list<DollopEntry_t*> {
void WasCoalesced(bool coalesced);
bool WasCoalesced(void) const { return m_coalesced; }
void ReCalculateWorstCaseSize();
private:
size_t CalculateWorstCaseSize();
size_t m_size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment