From dede5708fcf7017a73806df95d7a4aafe198336f Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Wed, 29 Jun 2016 03:34:22 +0000 Subject: [PATCH] Remove DetermineWorstCaseInsnSize as public interface. --- include/zipr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/zipr.h b/include/zipr.h index 350d6e6..c0e3684 100644 --- a/include/zipr.h +++ b/include/zipr.h @@ -48,8 +48,7 @@ class Zipr_t /* * These are public functions that the SDK user way want to use. */ - virtual size_t DetermineWorstCaseInsnSize(libIRDB::Instruction_t*, bool account_for_jump = true) = 0; - virtual size_t DetermineWorstCaseDollopEntrySize(DollopEntry_t*, bool account_for_jump = true) = 0; + virtual size_t DetermineWorstCaseDollopEntrySize(DollopEntry_t*, bool account_for_fallthrough) = 0; virtual Zipr_SDK::RangeAddress_t PlopDollopEntry( DollopEntry_t *, -- GitLab