From c65dfd8ee499707999c752a77bf78b597bf4c516 Mon Sep 17 00:00:00 2001
From: an7s <an7s@git.zephyr-software.com>
Date: Mon, 1 Aug 2016 21:48:15 +0000
Subject: [PATCH] Add updated target override to plop dollop entry methods.

---
 include/zipr.h        | 1 +
 include/zipr_plugin.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/include/zipr.h b/include/zipr.h
index c0e3684..18caa4e 100644
--- a/include/zipr.h
+++ b/include/zipr.h
@@ -52,6 +52,7 @@ class Zipr_t
 
 		virtual Zipr_SDK::RangeAddress_t PlopDollopEntry(
 			DollopEntry_t *,
+			RangeAddress_t = 0,
 			RangeAddress_t = 0)
 			= 0;
 
diff --git a/include/zipr_plugin.h b/include/zipr_plugin.h
index 537d712..5a5361f 100644
--- a/include/zipr_plugin.h
+++ b/include/zipr_plugin.h
@@ -96,6 +96,7 @@ class ZiprPluginInterface_t
 		 */
 		virtual RangeAddress_t PlopDollopEntry(Zipr_SDK::DollopEntry_t *entry,
 			RangeAddress_t &instruction_address,
+			RangeAddress_t &target_address,
 			size_t instruction_size,
 			bool &placed_instruction)
 		{
-- 
GitLab