Skip to content
Snippets Groups Projects
Commit dede5708 authored by whh8b's avatar whh8b
Browse files

Remove DetermineWorstCaseInsnSize as public interface.

parent 12dd79b0
No related branches found
No related tags found
No related merge requests found
......@@ -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 *,
......
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