From 558c53e2027aab921f68eb52284b0e6849a4c721 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Wed, 4 May 2016 19:31:17 +0000
Subject: [PATCH] Unpin+CFI support for 32-bit and 64-bit plus zipr-re-calc
 dollop size bug fix.

---
 include/dollop.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dollop.h b/include/dollop.h
index 597a761..352bdec 100644
--- a/include/dollop.h
+++ b/include/dollop.h
@@ -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;
-- 
GitLab